diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-12 14:25:52 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-12 14:25:52 +0000 |
| commit | e259d912abfd2b8937ad88df280b665a3437804e (patch) | |
| tree | 87e7502378be717ff4662c784f9a0d94c6f10f1f /clang/tools/c-index-test | |
| parent | 8489be8d1c600ddea65d42e1ef8e51c1034d7ad0 (diff) | |
| download | bcm5719-llvm-e259d912abfd2b8937ad88df280b665a3437804e.tar.gz bcm5719-llvm-e259d912abfd2b8937ad88df280b665a3437804e.zip | |
c-index-test.c: /* Use C style comment. */
llvm-svn: 165797
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 76e3773e44a..c46ba74ce41 100644 --- a/clang/tools/c-index-test/c-index-test.c +++ b/clang/tools/c-index-test/c-index-test.c @@ -2384,7 +2384,7 @@ static CXIdxClientFile index_importedASTFile(CXClientData client_data, printf(" | isImplicit: %d\n", info->isImplicit); clang_disposeString(name); } else { - // PCH file, the rest are not relevant. + /* PCH file, the rest are not relevant. */ printf("\n"); } |

