This is so we can implement concepts per p0734r0. Relevant failing test cases are disabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D40380
Remove old concepts parsing code ClosedPublic Authored by changyu on Nov 22 2017, 9:33 PM.
Details Summary This is so we can implement concepts per p0734r0. Relevant failing test cases are disabled.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 23 2017, 3:26 PM Closed by commit rC319992: Remove old concepts parsing code (authored by hubert.reinterpretcast). · Explain WhyDec 6 2017, 4:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125844 include/clang/AST/DeclTemplate.h
include/clang/Sema/DeclSpec.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseTentative.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/concepts-ts/dcl.dcl/lit.cfg.py
test/Parser/cxx-concept-declaration.cpp
|