We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8337d01 commit 27640dbCopy full SHA for 27640db
clang/tools/c-index-test/c-index-test.c
@@ -1223,7 +1223,7 @@ static CXString createCXString(const char *CS) {
1223
static CXString duplicateCXString(const char *CS) {
1224
CXString Str;
1225
Str.data = strdup(CS);
1226
- Str.private_flags = 1; // CXS_Malloc
+ Str.private_flags = 1; /* CXS_Malloc */
1227
return Str;
1228
}
1229
0 commit comments