PR13552: Fix the end location of a CXXNewExpr.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 7 Nov 2012 00:12:38 +0000 (00:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 7 Nov 2012 00:12:38 +0000 (00:12 +0000)
commit7b97aef99774bcb60a2f0ef6330923b61c501766
tree6e1ed0033061883192a38f4202549bd3644d1630
parente43109557c255b4178fdb007d385dbfd65c166c9
PR13552: Fix the end location of a CXXNewExpr.

Spent longer than reasonable looking for a nice way to test this & decided to
give up for now. Open to suggestions/requests. Richard Smith suggested adding
something to ASTMatchers but it wasn't readily apparent how to test this with
that.

llvm-svn: 167507
clang/include/clang/AST/ExprCXX.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/ExprCXX.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp