From a5a3e01c504c00b1860286540090695ec0167531 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 19 Mar 2013 00:41:04 +0000 Subject: [PATCH] Remove stray semicolon git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177370 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Serialization/GlobalModuleIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Serialization/GlobalModuleIndex.h b/include/clang/Serialization/GlobalModuleIndex.h index 53f61e2d59..c7e9ab4535 100644 --- a/include/clang/Serialization/GlobalModuleIndex.h +++ b/include/clang/Serialization/GlobalModuleIndex.h @@ -36,7 +36,7 @@ class FileManager; namespace serialization { class ModuleFile; -}; +} using llvm::SmallVector; using llvm::SmallVectorImpl; -- 2.40.0