]> granicus.if.org Git - clang/commit
Fixes/tweaks that prevent "defaults-i.m" from compiling.
authorSteve Naroff <snaroff@apple.com>
Sun, 16 Sep 2007 16:16:00 +0000 (16:16 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 16 Sep 2007 16:16:00 +0000 (16:16 +0000)
commit8c9f13e494109426f358ef73bf873f77b1221564
tree01849aa2006e9f240da31c5c4f139f9d1118d5cf
parent1b273c403734d343d720acb28f04011807c8aa56
Fixes/tweaks that prevent "defaults-i.m" from compiling.

- Allow classnames as the receiver (removing a FIXME from ParseObjCMessageExpression).
- Added a FIXME to ParseObjCMessageExpression()...we need to return a message expr AST node!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42001 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Decl.cpp
Parse/ParseObjc.cpp
Sema/Sema.h
Sema/SemaDecl.cpp
Sema/SemaExpr.cpp
include/clang/AST/Decl.h