]> granicus.if.org Git - clang/commitdiff
Re-enable PTH stat caching. All tests pass now.
authorTed Kremenek <kremenek@apple.com>
Thu, 12 Feb 2009 03:45:39 +0000 (03:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 12 Feb 2009 03:45:39 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64356 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PTHLexer.cpp

index 8e789d93487d0e4a9a23b140bb65b44cb24ebacc..4648ac8ee4926011306a7ebf6eb33e5247ed19df 100644 (file)
@@ -825,6 +825,5 @@ public:
 };
 
 StatSysCallCache *PTHManager::createStatCache() {
-  return 0;
-//  return new PTHStatCache(*((PTHFileLookup*) FileLookup));
+  return new PTHStatCache(*((PTHFileLookup*) FileLookup));
 }