From: David Blaikie Date: Tue, 26 Jun 2012 18:52:09 +0000 (+0000) Subject: Remove spurious semicolons committed in r159216. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37d2a00f4ca5689dac7fec2931fcef37556f5092;p=clang Remove spurious semicolons committed in r159216. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ASTDiagnostic.cpp b/lib/AST/ASTDiagnostic.cpp index a5733237ef..fbeca43090 100644 --- a/lib/AST/ASTDiagnostic.cpp +++ b/lib/AST/ASTDiagnostic.cpp @@ -893,7 +893,7 @@ class TemplateDiff { ArgType = Iter->getAsType(); else if (!isVariadic) ArgType = DefaultTTPD->getDefaultArgument(); - }; + } /// GetExpr - Retrieves the template expression argument, including default /// arguments. @@ -1230,7 +1230,7 @@ public: ToOrigTST->getTemplateName().getAsTemplateDecl()); DiffTemplate(FromOrigTST, ToOrigTST); - }; + } /// MakeString - When the two types given are templated types with the same /// base template, a string representation of the type difference will be