[PATCH] D50527: [Parser] Support alternative operator token keyword args in Objective-C++
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 9 16:22:49 PDT 2018
rjmccall added a comment.
Assuming you've done enough source-compatibility testing to say with reasonable confidence that this won't break anything, I think this is fine. It's a core goal of Objective-C/C++ to allow the base language as a complete subset if at all possible.
https://reviews.llvm.org/D50527
More information about the cfe-commits
mailing list