From: Nathan Wilson Date: Fri, 31 Jul 2015 20:00:02 +0000 (+0000) Subject: test commit; wrap ellipses in comment with brackets X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd3dcdc301942f74803c2ad90d49d9792ebf53c0;p=clang test commit; wrap ellipses in comment with brackets git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243776 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index f273de1258..9f499de084 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -7440,7 +7440,7 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, if (isConcept) { // C++ Concepts TS [dcl.spec.concept]p1: The concept specifier shall be - // applied only to the definition of a function template... + // applied only to the definition of a function template [...] if (!D.isFunctionDefinition()) { Diag(D.getDeclSpec().getConceptSpecLoc(), diag::err_function_concept_not_defined);