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)
commit1e43d9521f2d8f87156046d550351aafc5db6e5d
treef743a526bfd80223034f336aa9ab01f5f101894e
parentbf1adaa05cbd533f24f48a5e63a4c235227a1625
Fix the end sourcelocation of the call expression in a member access when
recovering by adding empty parenthesis. Fixes PR16676!

llvm-svn: 188920
clang/lib/Sema/Sema.cpp
clang/test/SemaCXX/member-expr.cpp