]> granicus.if.org Git - clang/commit
Introduce a parsing action to distinguish between class, instance, and
authorDouglas Gregor <dgregor@apple.com>
Wed, 14 Apr 2010 02:22:16 +0000 (02:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 14 Apr 2010 02:22:16 +0000 (02:22 +0000)
commit1dbca6ea983231b4cab1a8f1edda8f6e13c21f12
treec5435bd2736db69b010bf3b073e36f94466a6f60
parentf19de1ce44b9c7ffdeb388d6fe2fa8a1d0288f64
Introduce a parsing action to distinguish between class, instance, and
super message sends in Objective-C. No actual functionality change
here, but it provides a hook so that Sema can typo-correct the
receiver in some cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101207 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/MinimalAction.cpp
lib/Parse/ParseObjc.cpp