[cfe-commits] r173097 - in /cfe/trunk: include/clang/Parse/Parser.h include/clang/Sema/Sema.h lib/Parse/ParseObjc.cpp lib/Sema/SemaExprObjC.cpp test/SemaObjC/selector-3.m
jahanian
fjahanian at apple.com
Tue Jan 22 10:37:37 PST 2013
On Jan 21, 2013, at 2:48 PM, Douglas Gregor <dgregor at apple.com> wrote:
>
> This won't work if the @selector is parenthesized, e.g.,
>
> [foo respondsToSelector:(@selector(blah:wibble:))]
>
> Can't we do this with some simple parser state rather than using lookahead?
>
A simpler approach suggested by Argyrios checked in r173179.
- Fariborz
> - Doug
More information about the cfe-commits
mailing list