aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PTHLexer.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-12 03:45:39 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-12 03:45:39 +0000
commit5f747d187bf8dc779a4acc180f9c21f1dbf83f6a (patch)
tree483e9670ddf56fe3daed0b850ca80d82d9855fa3 /lib/Lex/PTHLexer.cpp
parentd69ab87dd98dc495fe5731a2a26e47b36a06834e (diff)
Re-enable PTH stat caching. All tests pass now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex/PTHLexer.cpp')
-rw-r--r--lib/Lex/PTHLexer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp
index 8e789d9348..4648ac8ee4 100644
--- a/lib/Lex/PTHLexer.cpp
+++ b/lib/Lex/PTHLexer.cpp
@@ -825,6 +825,5 @@ public:
};
StatSysCallCache *PTHManager::createStatCache() {
- return 0;
-// return new PTHStatCache(*((PTHFileLookup*) FileLookup));
+ return new PTHStatCache(*((PTHFileLookup*) FileLookup));
}