forked from OSchip/llvm-project
Fix gcc warning about C++ style comments.
llvm-svn: 201512
This commit is contained in:
parent
9e629abf1e
commit
55701d25ee
|
@ -40,5 +40,5 @@ CINDEX_LINKAGE unsigned long long clang_getBuildSessionTimestamp(void);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif // CLANG_BUILD_SYSTEM_H
|
||||
#endif /* CLANG_BUILD_SYSTEM_H */
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue