| commit | b97b666c472fe6bd73ecd879806ad2b9ba50a2c5 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Aug 20 00:59:43 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Aug 20 00:59:43 2010 +0000 |
| tree | af3cb8c6b2e0f693affb668d546a003b6598c4d0 | |
| parent | 12bb5054b32224beaf2d21c48bc096973b901fdd [diff] |
When performing code-completion in the presence of a preamble, make sure to (1) actually use the remapped files we were given rather than old data, and (2) keep the remapped files alive until the code-completion results are destroyed. Big thanks to Daniel for the test case. llvm-svn: 111597