llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.decl
Saar Raz 67c608a969 [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Now with concepts support merged and mostly complete, we do not need -fconcepts-ts
(which was also misleading as we were not implementing the TS) and can enable
concepts features under C++2a. A warning will be generated if users still attempt
to use -fconcepts-ts.
2020-01-24 00:48:59 +02:00
..
class-template-decl.cpp [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00
func-template-decl.cpp [Concepts] Function trailing requires clauses 2020-01-09 15:07:51 +02:00
p3.cpp [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00
var-template-decl.cpp [Concepts] Function trailing requires clauses 2020-01-09 15:07:51 +02:00