Introduce a new kind of RAII class, ASTOwningVector, which is an
llvm::SmallVector that owns all of the AST nodes inside of it. This
RAII class is used to ensure proper destruction of AST nodes when
template instantiation fails.

llvm-svn: 72186
5 files changed
tree: 58d8a54ec1af0b6628869551df11268a68ef71ad
  1. clang/
  2. llvm/