summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-concepts-requires-clause.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Concepts] Parsing of requires-clause in template-declarationHubert Tong2015-06-251-0/+82
Summary: This change implements parse-only acceptance of the optional requires-clause in a template-declaration. Diagnostic testing is added for cases where the grammar is ambiguous with the expectation that the longest token sequence which matches the syntax of a constraint-expression is consumed without backtracking. Reviewers: faisalv, fraggamuffin, rsmith Reviewed By: rsmith Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D10462 llvm-svn: 240611
OpenPOWER on IntegriCloud