summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-concept-declaration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Concepts] Add diagnostic: non template declarationHubert Tong2015-07-301-3/+1
| | | | | | | | | | | | | | | | Summary: Adding diagnostic for concepts declared as non template (function or variable) Reviewers: faisalv, fraggamuffin, rsmith, hubert.reinterpretcast Subscribers: nwilson, cfe-commits Differential Revision: http://reviews.llvm.org/D11490 Patch by Nathan Wilson! llvm-svn: 243690
* [CONCEPTS] Parsing of concept keywordHubert Tong2015-06-301-0/+30
Summary: This change adds parsing for the concept keyword in a declaration and tracks the location. Diagnostic testing added for invalid use of concept keyword. Reviewers: faisalv, fraggamuffin, rsmith, hubert.reinterpretcast Reviewed By: rsmith, hubert.reinterpretcast Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D10528 Patch by Nathan Wilson! llvm-svn: 241060
OpenPOWER on IntegriCloud