aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-03-19 00:41:04 +0000
committerDouglas Gregor <dgregor@apple.com>2013-03-19 00:41:04 +0000
commita5a3e01c504c00b1860286540090695ec0167531 (patch)
treeb891a0b377b91fb55e29dd4a5bd31ed80b30d605
parentac39f135ea0d45bc37d1154fa8380d46aac0547d (diff)
Remove stray semicolon
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177370 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Serialization/GlobalModuleIndex.h2
1 files changed, 1 insertions, 1 deletions
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;