]> granicus.if.org Git - clang/commit
Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges,
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 31 Jul 2014 17:39:50 +0000 (17:39 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 31 Jul 2014 17:39:50 +0000 (17:39 +0000)
commitdd5b95a80e45d5626a1b94cd3bd254a9884ac8ac
tree03929516a84e0c69012d7a2969b01b2ab6aa9ef2
parentf98c88757d5873fcb5ca3d54656b5380b71c4e95
Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges,
when arguments are structures or classes. PR16392.
patch by Karlis Senko

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214409 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
unittests/AST/MatchVerifier.h
unittests/AST/SourceLocationTest.cpp