Prefixing clang version with "Clang version"
It's easier to know what that magic string is actually referring to.
This commit is contained in:
parent
1bba4a38cc
commit
915d092364
@ -154,7 +154,7 @@ def DebugInfo():
|
|||||||
has_clang_support ) )
|
has_clang_support ) )
|
||||||
|
|
||||||
if has_clang_support:
|
if has_clang_support:
|
||||||
output.append( ycm_core.ClangVersion() )
|
output.append( 'Clang version: ' + ycm_core.ClangVersion() )
|
||||||
|
|
||||||
request_data = request.json
|
request_data = request.json
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user