]> granicus.if.org Git - clang/commitdiff
Move PTHStatCache within the anonymous namespace.
authorTed Kremenek <kremenek@apple.com>
Mon, 23 Feb 2009 23:27:54 +0000 (23:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 23 Feb 2009 23:27:54 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65348 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PTHLexer.cpp

index d67a4456c6bf4545a7ee61908efc9da0e82e52e2..a5423d08f859121ce86b26e81d46496739487b3d 100644 (file)
@@ -822,7 +822,6 @@ public:
     return data_type();
   }
 };
-}
 
 class VISIBILITY_HIDDEN PTHStatCache : public StatSysCallCache {
   typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy;
@@ -855,6 +854,7 @@ public:
     return 0;
   }
 };
+} // end anonymous namespace
 
 StatSysCallCache *PTHManager::createStatCache() {
   return new PTHStatCache(*((PTHFileLookup*) FileLookup));