]> granicus.if.org Git - clang/commitdiff
test commit; wrap ellipses in comment with brackets
authorNathan Wilson <nwilson20@gmail.com>
Fri, 31 Jul 2015 20:00:02 +0000 (20:00 +0000)
committerNathan Wilson <nwilson20@gmail.com>
Fri, 31 Jul 2015 20:00:02 +0000 (20:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243776 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index f273de12583c9b13d1bd84c44b90c07313df5b7c..9f499de08432efcde3e43ee87a6a1a6b83832758 100644 (file)
@@ -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);