summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
-rw-r--r--clang/tools/c-index-test/c-index-test.c2
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 d030bbff2e3..7e80610bbc8 100644
--- a/clang/tools/c-index-test/c-index-test.c
+++ b/clang/tools/c-index-test/c-index-test.c
@@ -739,7 +739,7 @@ static CXString CursorToText(CXCursor Cursor) {
}
}
assert(0 && "unknown display type"); /* no llvm_unreachable in C. */
- // Set to NULL to prevent uninitialized variable warnings.
+ /* Set to NULL to prevent uninitialized variable warnings. */
text.data = NULL;
text.private_flags = 0;
return text;
OpenPOWER on IntegriCloud