From: Daniel Dunbar Date: Wed, 29 Feb 2012 00:20:42 +0000 (+0000) Subject: Remove stray semi-colon. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc399c7719e5643791564d45087fd651469aad5c;p=clang Remove stray semi-colon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151682 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/CIndexDiagnostic.cpp b/tools/libclang/CIndexDiagnostic.cpp index 6a2a2b1904..24a2652f7f 100644 --- a/tools/libclang/CIndexDiagnostic.cpp +++ b/tools/libclang/CIndexDiagnostic.cpp @@ -130,7 +130,7 @@ public: virtual void emitCodeContext(SourceLocation Loc, DiagnosticsEngine::Level Level, SmallVectorImpl& Ranges, - ArrayRef Hints) {}; + ArrayRef Hints) {} virtual void emitNote(SourceLocation Loc, StringRef Message) { CXSourceLocation L = translateSourceLocation(SM, LangOpts, Loc);