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;


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to