]> granicus.if.org Git - clang/commit
Move OverloadExpr over to a ASTContext-allocated pointer for its
authorDouglas Gregor <dgregor@apple.com>
Sun, 23 May 2010 19:36:40 +0000 (19:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 23 May 2010 19:36:40 +0000 (19:36 +0000)
commit928e6fcf66fc4f342bcf7cc96bf56986c9c2a833
treeebe247fc7524e46a11953dea894979ea696b6276
parent5a84dec38cfa9e084377a3167b474c79283c82fa
Move OverloadExpr over to a ASTContext-allocated pointer for its
storage, rather than an UnresolvedSet.

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