| commit | 9e0a5b39002263f889f90d0ce8d74afeadbeb47e | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Sat Oct 15 00:10:27 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Sat Oct 15 00:10:27 2011 +0000 |
| tree | ee97ae24606943d2e7b8d0962b5b8d1f6180e8d0 | |
| parent | 74d1da5a050592db3b17a68b1f4a0eacbfe90db2 [diff] |
Teach the ASTImporter to perform DeclContext lookups in a way that avoids loading data from an external source, since those lookups were causing some "interesting" recursion in LLDB. This code is not efficient. I plan to remedy this inefficiency in a follow-up commit. llvm-svn: 142023