forked from OSchip/llvm-project
Only emit one set of braces for __VERSION__, getClangFullRepositoryVersion already adds some.
No test as the output is highly dependend on the local configuration. llvm-svn: 157520
This commit is contained in:
parent
d70b14ea9d
commit
7b01b578a9
|
@ -136,8 +136,7 @@ std::string getClangFullCPPVersion() {
|
|||
#ifdef CLANG_VENDOR
|
||||
OS << CLANG_VENDOR;
|
||||
#endif
|
||||
OS << "Clang " CLANG_VERSION_STRING " ("
|
||||
<< getClangFullRepositoryVersion() << ')';
|
||||
OS << "Clang " CLANG_VERSION_STRING " " << getClangFullRepositoryVersion();
|
||||
return OS.str();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue