r251703 - Modules: Add a declaration in clang/Serialization/GlobalModuleIndex.h.
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 30 08:54:34 PDT 2015
Author: chapuni
Date: Fri Oct 30 10:54:34 2015
New Revision: 251703
URL: http://llvm.org/viewvc/llvm-project?rev=251703&view=rev
Log:
Modules: Add a declaration in clang/Serialization/GlobalModuleIndex.h.
Modified:
cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h
Modified: cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h?rev=251703&r1=251702&r2=251703&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h (original)
+++ cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h Fri Oct 30 10:54:34 2015
@@ -36,6 +36,7 @@ class FileEntry;
class FileManager;
class IdentifierIterator;
class PCHContainerOperations;
+class PCHContainerReader;
namespace serialization {
class ModuleFile;
More information about the cfe-commits
mailing list