]> granicus.if.org Git - clang/commit
Extend ObjCMessageExpr for class method sends with the source location
authorDouglas Gregor <dgregor@apple.com>
Mon, 8 Mar 2010 16:40:19 +0000 (16:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 8 Mar 2010 16:40:19 +0000 (16:40 +0000)
commitc2350e553b853ad00914faf23fa731e5fc4a8a5c
treeb6a23f0ab6bac619e1343ee290093c2733afc129
parent4bc1cb6aa635a5bf8fae99bf69c56c724c1e786c
Extend ObjCMessageExpr for class method sends with the source location
of the class name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97943 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprObjC.h
lib/AST/Expr.cpp
lib/Checker/CFRefCount.cpp
lib/CodeGen/CGObjC.cpp
lib/Frontend/PCHReaderStmt.cpp
lib/Frontend/PCHWriterStmt.cpp
lib/Index/Analyzer.cpp
lib/Sema/SemaExprObjC.cpp
test/Index/c-index-getCursor-test.m
tools/CIndex/CIndex.cpp