| commit | a94a1544d8d0ae7b54b5a78300e46e81b267e2f9 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Jul 27 21:45:57 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Jul 27 21:45:57 2011 +0000 |
| tree | ce1c7a88e144c32cd240074f8f0fb656ddca7ef6 | |
| parent | 9c5b7ff80727e883e5edd8fb65a31f5c5eb4fea1 [diff] |
Switch Sema::UnusedFileScopedDecls over to a LazyVector. - Added LazyVector::erase() to support this use case. - Factored out the LazyDecl-of-Decls to RecordData translation in the ASTWriter. There is still a pile of code duplication here to eliminate. llvm-svn: 136270