test commit; wrap ellipses in comment with brackets

llvm-svn: 243776
This commit is contained in:
Nathan Wilson 2015-07-31 20:00:02 +00:00
parent 38a7f11a5a
commit 8fbfb01b11
1 changed files with 1 additions and 1 deletions

View File

@ -7440,7 +7440,7 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC,
if (isConcept) { if (isConcept) {
// C++ Concepts TS [dcl.spec.concept]p1: The concept specifier shall be // 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()) { if (!D.isFunctionDefinition()) {
Diag(D.getDeclSpec().getConceptSpecLoc(), Diag(D.getDeclSpec().getConceptSpecLoc(),
diag::err_function_concept_not_defined); diag::err_function_concept_not_defined);