]> granicus.if.org Git - clang/commit
Allocate the subexpression array for OberloadExpr from ASTContext's allocator.
authorTed Kremenek <kremenek@apple.com>
Mon, 9 Feb 2009 17:08:14 +0000 (17:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 9 Feb 2009 17:08:14 +0000 (17:08 +0000)
commitfb7413f12636cefa9ebec9abf95804f82c305b11
tree059a096f1fe81014729806f4b99a74ee6ead34a3
parent59753441b6391a9843eff287f0adb2614153b7c8
Allocate the subexpression array for OberloadExpr from ASTContext's allocator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64145 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/AST/StmtSerialization.cpp
lib/Sema/SemaExpr.cpp