]> granicus.if.org Git - clang/commit
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Aug 2009 20:50:23 +0000 (20:50 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 18 Aug 2009 20:50:23 +0000 (20:50 +0000)
commit154440e6a8fa6ac5bca395876d79b530b39a2c1c
tree0e2cb0ba45e69bfb532ce6002a3f1a91780a9c42
parentf53b4433abb7a3bc14c0329d3175cbc291280137
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Removed an unnecessary loop to get to setters incoming
argument. Added DoxyGen comments. Still more work
to do in this area (WIP).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79365 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
include/clang/AST/ExprObjC.h
include/clang/AST/StmtNodes.def
include/clang/Frontend/PCHBitCodes.h
lib/AST/Expr.cpp
lib/AST/StmtDumper.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/Analysis/GRExprEngine.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGValue.h
lib/CodeGen/CodeGenFunction.h
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Frontend/StmtXML.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/TreeTransform.h