]> granicus.if.org Git - clang/commitdiff
Remove stray semi-colon.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 29 Feb 2012 00:20:42 +0000 (00:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 29 Feb 2012 00:20:42 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151682 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CIndexDiagnostic.cpp

index 6a2a2b1904128f41157e9614d35a4f367ca2d95a..24a2652f7f57638eb60fa3505c44dfb06718b80c 100644 (file)
@@ -130,7 +130,7 @@ public:
   virtual void emitCodeContext(SourceLocation Loc,
                                DiagnosticsEngine::Level Level,
                                SmallVectorImpl<CharSourceRange>& Ranges,
-                               ArrayRef<FixItHint> Hints) {};
+                               ArrayRef<FixItHint> Hints) {}
   
   virtual void emitNote(SourceLocation Loc, StringRef Message) {
     CXSourceLocation L = translateSourceLocation(SM, LangOpts, Loc);