]> granicus.if.org Git - clang/commit
Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage.
authorAnders Carlsson <andersca@mac.com>
Sat, 14 Feb 2009 18:21:46 +0000 (18:21 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 14 Feb 2009 18:21:46 +0000 (18:21 +0000)
commitff975cfab9ada27df86038286d1678084aeb3428
tree5207d134330172f1005e041d68e9e4c4e1658905
parente308c413fa30dd137648f3fd772a75f6fa5e4d5a
Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64560 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/ParseObjc.cpp
lib/Sema/Sema.h
lib/Sema/SemaExprObjC.cpp