]> granicus.if.org Git - clang/commitdiff
Remove spurious semicolons committed in r159216.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 26 Jun 2012 18:52:09 +0000 (18:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 26 Jun 2012 18:52:09 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159218 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTDiagnostic.cpp

index a5733237efa8e57e5f86e127455211c62d3eb40c..fbeca43090251eac210ec308604f8b18e7c796db 100644 (file)
@@ -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