llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id
Saar Raz 980517b353 [Concepts] Check function constraints before deducing auto return type
A constrained function with an auto return type would have it's definition
instantiated in order to deduce the auto return type before the constraints
are checked.

Move the constraints check after the return type deduction.
2020-01-31 03:51:26 +02:00
..
mixed-constraints.cpp [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00
p3.cpp [Concept] Fix incorrect check for containsUnexpandedParameterPack in CSE 2020-01-30 20:45:44 +02:00
p4.cpp [Concepts] Check function constraints before deducing auto return type 2020-01-31 03:51:26 +02:00