]> granicus.if.org Git - clang/commit
Keep the source location of the selector in ObjCMessageExpr.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 10 Dec 2010 20:08:27 +0000 (20:08 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 10 Dec 2010 20:08:27 +0000 (20:08 +0000)
commitf40f0d5a382395e0301d7dcbeaa2b8e90b8973b1
tree5c678db5df624ab214de033f24233b62e50d2d80
parent5e362102f8bac7a46cf8ff4394ea29548a4c1ab0
Keep the source location of the selector in ObjCMessageExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121516 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprObjC.h
include/clang/Sema/Sema.h
lib/AST/Expr.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp