summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-12 14:25:52 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-12 14:25:52 +0000
commit3c5527e939c454bfd3e16354908e0c4315be5d2f (patch)
tree346d1aa930d4e40b3459a22cafe225fe514b918c /tools
parentbe9edce2bf96f75fb80445526ffa423afdbf942b (diff)
downloadclang-3c5527e939c454bfd3e16354908e0c4315be5d2f.tar.gz
c-index-test.c: /* Use C style comment. */
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/c-index-test/c-index-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c
index 76e3773e44..c46ba74ce4 100644
--- a/tools/c-index-test/c-index-test.c
+++ b/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");
}