commit | 5b070fc36cda2f206b39d666c9269a3639d08ff4 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Feb 12 03:45:39 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Feb 12 03:45:39 2009 +0000 |
tree | 483e9670ddf56fe3daed0b850ca80d82d9855fa3 | |
parent | 13ad284257cea68f82cc5d44d3fc0447be713252 [diff] [blame] |
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
diff --git a/lib/Lex/PTHLexer.cpp b/lib/Lex/PTHLexer.cpp index 8e789d9..4648ac8 100644 --- a/lib/Lex/PTHLexer.cpp +++ b/lib/Lex/PTHLexer.cpp
@@ -825,6 +825,5 @@ }; StatSysCallCache *PTHManager::createStatCache() { - return 0; -// return new PTHStatCache(*((PTHFileLookup*) FileLookup)); + return new PTHStatCache(*((PTHFileLookup*) FileLookup)); }