]> granicus.if.org Git - clang/commit
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)
commit6e40c9544a0215c3e632e1fb79d5161adc464101
tree5fe595695bbe2e9679c35fb8beaa62f4746a486e
parent93cc515d3b99dca18d287d200e19355a2e9c02b2
Fix source range of CXXNewExpr with parentheses around the type.  PR15569.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184139 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprCXX.cpp
unittests/AST/SourceLocationTest.cpp