From: Sam Clegg Date: Thu, 18 Jan 2018 19:31:33 +0000 (+0000) Subject: Convert comment to C-style to prevent warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa1848bbcfc249bab4b2e04ea07d0931deac50f1;p=clang Convert comment to C-style to prevent warning git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322880 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c index d030bbff2e..7e80610bbc 100644 --- a/tools/c-index-test/c-index-test.c +++ b/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;