forked from OSchip/llvm-project
parent
52ddfb3c16
commit
1a73b8f7d2
|
@ -304,7 +304,7 @@ static bool rewriteToObjCProperty(const ObjCMethodDecl *Getter,
|
|||
}
|
||||
PropertyString += " ";
|
||||
PropertyString += RT.getAsString(Context.getPrintingPolicy());
|
||||
char LastChar = PropertyString[PropertyString.size()-1] ;
|
||||
char LastChar = PropertyString[PropertyString.size()-1];
|
||||
if (LastChar != '*')
|
||||
PropertyString += " ";
|
||||
if (LengthOfPrefix > 0) {
|
||||
|
|
Loading…
Reference in New Issue