Fix source range of CXXNewExpr with parentheses around the type. PR15569.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 17 Jun 2013 22:35:10 +0000 (22:35 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 17 Jun 2013 22:35:10 +0000 (22:35 +0000)
commit2dcbdc0606b5eeec43bf13c79f0116979b37c1f7
tree86070cee23a69921c18767ea7534df09162420fd
parentd9a5608dd7acc3f0bc180d5002e17699fd8d6a49
Fix source range of CXXNewExpr with parentheses around the type.  PR15569.

llvm-svn: 184139
clang/lib/AST/ExprCXX.cpp
clang/unittests/AST/SourceLocationTest.cpp