]> granicus.if.org Git - clang/commit
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)
commit530564196fe7e2e30fbc2b0edae45975447583e0
tree85f7869e79254b1fdb86c01d404661c1437e5271
parent70a01898008a90007866f15c4d9d53ba00b0d203
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167507 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
include/clang/Sema/Sema.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaExprCXX.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp