forked from OSchip/llvm-project
parent
eae91700de
commit
af91b9ae13
|
@ -2271,6 +2271,7 @@ void RewriteTest::SynthesizeObjCInternalStruct(ObjCInterfaceDecl *CDecl,
|
|||
// this transformation as well, which is still correct c-code.
|
||||
if (!strncmp(cursor, "public", strlen("public")) ||
|
||||
!strncmp(cursor, "private", strlen("private")) ||
|
||||
!strncmp(cursor, "package", strlen("package")) ||
|
||||
!strncmp(cursor, "protected", strlen("protected")))
|
||||
InsertText(atLoc, "// ", 3);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue