]> granicus.if.org Git - clang/commit
Start and end location of a property-dot syntax expression
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 7 Oct 2010 18:12:21 +0000 (18:12 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 7 Oct 2010 18:12:21 +0000 (18:12 +0000)
commited76f4474fcadacdfeeacacc44bbadb1d4faa6ac
treecb296ba9a5bfc844f483bfaebf1e375e292d6491
parent3552f66f8a42021811e8ab9d4a9dfd337df2f969
Start and end location of a property-dot syntax expression
must match start and end location of the expression
as expected by the rewriter client. Fixes // rdar: // 8520727

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115934 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Rewriter/property-dot-syntax.mm [new file with mode: 0644]