Fix gcc warning about C++ style comments.

llvm-svn: 201512
This commit is contained in:
Patrik Hagglund 2014-02-17 11:54:08 +00:00
parent 9e629abf1e
commit 55701d25ee
2 changed files with 2 additions and 2 deletions

View File

@ -40,5 +40,5 @@ CINDEX_LINKAGE unsigned long long clang_getBuildSessionTimestamp(void);
}
#endif
#endif // CLANG_BUILD_SYSTEM_H
#endif /* CLANG_BUILD_SYSTEM_H */

View File

@ -79,7 +79,7 @@ static unsigned getDefaultParsingOptions() {
return options;
}
/// \brief Returns 0 in case of success, non-zero in case of a failure.
/** \brief Returns 0 in case of success, non-zero in case of a failure. */
static int checkForErrors(CXTranslationUnit TU);
static void describeLibclangFailure(enum CXErrorCode Err) {