diff options
author | Ben Langmuir <blangmuir@apple.com> | 2014-06-23 16:36:40 +0000 |
---|---|---|
committer | Ben Langmuir <blangmuir@apple.com> | 2014-06-23 16:36:40 +0000 |
commit | 2cc485b6a91fbcf91814705e6433ff4a880aa5d6 (patch) | |
tree | 5fffaf4e4c7af77163899bb4efd28cb8840b2bd6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d35f2b902b8b54e4c9a35ff91c84d234f4a66533 (diff) | |
download | llvm-2cc485b6a91fbcf91814705e6433ff4a880aa5d6.zip llvm-2cc485b6a91fbcf91814705e6433ff4a880aa5d6.tar.gz llvm-2cc485b6a91fbcf91814705e6433ff4a880aa5d6.tar.bz2 |
Stop sharing the FileManager in ASTUnit::Parse
We were using old stat values for any files that had previously been
looked up, leading to badness. There might be a more elegant solution in
invalidating the cache for those file (since we already know which ones
they are), but it seems too likely there are existing references to
them hiding somewhere.
llvm-svn: 211504
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions