| commit | 1301fdd6c4139be806d8aa5d331bca292a04b385 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed May 20 22:33:37 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed May 20 22:33:37 2009 +0000 |
| tree | 58d8a54ec1af0b6628869551df11268a68ef71ad | |
| parent | 06555f134a7471c93124c71c8f2cf0892cc942cf [diff] |
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