]> granicus.if.org Git - clang/commit
Progress on message expressions...
authorSteve Naroff <snaroff@apple.com>
Tue, 18 Sep 2007 23:55:05 +0000 (23:55 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 18 Sep 2007 23:55:05 +0000 (23:55 +0000)
commit563477da25f824e37c535131695dc4dc9b68c465
tree970e733214e38384276f4831860ceaf8893e6d34
parentfe1b1e686f6bd97995a15081cae343708f22b496
Progress on message expressions...

- Add ObjcMessageExpr AST node and associated constructors.
- Add SourceLocation's to ActOnKeywordMessage/ActOnUnaryMessage API.
- Instantiate message expressions...
- Replace alloca usage with SmallString.

Next step, installing a correct type, among other tweaks...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42116 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Expr.cpp
AST/StmtPrinter.cpp
Parse/ParseObjc.cpp
Sema/Sema.h
Sema/SemaDecl.cpp
Sema/SemaExpr.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/Expr.h
include/clang/AST/StmtNodes.def
include/clang/Parse/Action.h