| commit | 3e11ebebc83643747f15bcafa28b3b7e232f6cc1 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Mon Mar 15 10:12:16 2010 +0000 |
| committer | John McCall <rjmccall@apple.com> | Mon Mar 15 10:12:16 2010 +0000 |
| tree | 5bc9d793fb1e75fccc7da56e4314642242d497d7 | |
| parent | 1e3a1a7eff8549fbb5295e4c2014f9b9a7a7b30f [diff] |
Remember declaration scope qualifiers in the AST. Imposes no memory overhead on unqualified declarations. Patch by Enea Zaffanella! Minimal adjustments: allocate the ExtInfo nodes with the ASTContext and delete them during Destroy(). I audited a bunch of Destroy methods at the same time, to ensure that the correct teardown was being done. llvm-svn: 98540