selector identifiers.
It was difficult to form a test case for it unfortunately.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148053
91177308-0d34-0410-b5e6-
96231b3b80d8
MyArgs[I] = Args[I];
}
- SelLocsKind = SelLocsK;
- if (SelLocsK == SelLoc_NonStandard)
- std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
+ if (!isImplicit()) {
+ SelLocsKind = SelLocsK;
+ if (SelLocsK == SelLoc_NonStandard)
+ std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
+ }
}
ObjCMessageExpr *ObjCMessageExpr::Create(ASTContext &Context, QualType T,