]> granicus.if.org Git - clang/commit
Fix the end sourcelocation of the call expression in a member access when
authorNick Lewycky <nicholas@mxc.ca>
Wed, 21 Aug 2013 19:09:44 +0000 (19:09 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 21 Aug 2013 19:09:44 +0000 (19:09 +0000)
commitf96df620402f41ce9f1a97c0d286c2b42637d5b9
treeff8bb86c371d7045e2d105f6e10e69e9afa04d41
parentc3d9da2a591b1f6529784ec246b9e0b44dcb704a
Fix the end sourcelocation of the call expression in a member access when
recovering by adding empty parenthesis. Fixes PR16676!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188920 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.cpp
test/SemaCXX/member-expr.cpp