r243776 - test commit; wrap ellipses in comment with brackets

Nathan Wilson nwilson20 at gmail.com
Fri Jul 31 13:00:02 PDT 2015


Author: nwilson
Date: Fri Jul 31 15:00:02 2015
New Revision: 243776

URL: http://llvm.org/viewvc/llvm-project?rev=243776&view=rev
Log:
test commit; wrap ellipses in comment with brackets

Modified:
    cfe/trunk/lib/Sema/SemaDecl.cpp

Modified: cfe/trunk/lib/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDecl.cpp?rev=243776&r1=243775&r2=243776&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDecl.cpp Fri Jul 31 15:00:02 2015
@@ -7440,7 +7440,7 @@ Sema::ActOnFunctionDeclarator(Scope *S,
 
     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);





More information about the cfe-commits mailing list