diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-02-17 11:54:08 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-02-17 11:54:08 +0000 |
commit | 55701d25ee4cae0205c0784cc5e723dc07c94d46 (patch) | |
tree | a5a739468737c711ad6714598100806fa4b613d5 /clang/tools/c-index-test | |
parent | 9e629abf1ef69127847a4c6605767b0e259f3b1f (diff) | |
download | bcm5719-llvm-55701d25ee4cae0205c0784cc5e723dc07c94d46.tar.gz bcm5719-llvm-55701d25ee4cae0205c0784cc5e723dc07c94d46.zip |
Fix gcc warning about C++ style comments.
llvm-svn: 201512
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r-- | clang/tools/c-index-test/c-index-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/c-index-test.c b/clang/tools/c-index-test/c-index-test.c index 8895371d55b..3a47ae4badd 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/tools/c-index-test/c-index-test.c @@ -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) { |