]> granicus.if.org Git - clang/commit
Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext...
authorCraig Topper <craig.topper@gmail.com>
Sun, 18 Aug 2013 20:03:21 +0000 (20:03 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 18 Aug 2013 20:03:21 +0000 (20:03 +0000)
commitc2a99813e408651eee2a1d6a5dbf4edc10ce6827
treed2df88fa412e0ae3e4a61710195bb409ace19072
parentfcbeab6828268b7b044461e6406baab8d5a91577
Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext& version.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188644 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Stmt.cpp