]> granicus.if.org Git - clang/commit
Handle new by passing the Declaration to the Action, not a processed type.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 2 Dec 2008 14:43:59 +0000 (14:43 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 2 Dec 2008 14:43:59 +0000 (14:43 +0000)
commitcee63fbf0e64ac526582312bf8cf33263fc5c16e
tree274408c3fad7aaaaa463f5f50bce9f516ff3422b
parent04f9d468f7abfd8a1d85a2ef7cd9c48adb1efa58
Handle new by passing the Declaration to the Action, not a processed type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60413 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
Driver/PrintParserCallbacks.cpp
include/clang/AST/ExprCXX.h
include/clang/Basic/DiagnosticKinds.def
include/clang/Parse/Action.h
include/clang/Parse/Parser.h
lib/AST/ExprCXX.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtSerialization.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExprCXX.cpp
lib/Sema/Sema.h
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaType.cpp
test/SemaCXX/new-delete.cpp
www/cxx_status.html