Author: dgregor
Date: Mon Mar 18 19:41:04 2013
New Revision: 177370
URL: http://llvm.org/viewvc/llvm-project?rev=177370&view=rev
Log:
Remove stray semicolon
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=177370&r1=177369&r2=177370&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h (original)
+++ cfe/trunk/include/clang/Serialization/GlobalModuleIndex.h Mon Mar 18
19:41:04 2013
@@ -36,7 +36,7 @@ class FileManager;
namespace serialization {
class ModuleFile;
-};
+}
using llvm::SmallVector;
using llvm::SmallVectorImpl;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits