Convert comment to C-style to prevent warning

llvm-svn: 322880
This commit is contained in:
Sam Clegg 2018-01-18 19:31:33 +00:00
parent aad72b77c6
commit 295a702ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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;