aaron.ballman accepted this revision. aaron.ballman added a comment. I like this approach much better! LGTM, aside from a minor nit.
================ Comment at: clang/include/clang/Basic/IdentifierTable.h:754 + /// If this selector is the specific keyword selector described by Names. + bool isKeywordSelector(ArrayRef<StringRef> Names); + ---------------- rjmccall wrote: > Thanks. Could you go ahead and add `isUnarySelector(StringRef)` for > consistency? Also, the function should be marked `const`, I would imagine. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D27165/new/ https://reviews.llvm.org/D27165 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits