llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req
Matheus Izvekov e64e6924b8 [clang] fix crash on template instantiation of invalid requires expressions
See PR48656.

The implementation of the template instantiation of requires expressions
was incorrectly trying to get the expression from an 'ExprRequirement'
before checking if it was an error state.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>

Reviewed By: rsmith

Differential Revision: https://reviews.llvm.org/D107399
2021-08-03 23:16:04 +02:00
..
compound-requirement.cpp [clang] Use decltype((E)) for compound requirement type constraint 2021-03-30 22:00:33 +02:00
equivalence.cpp
nested-requirement.cpp
p3.cpp
requires-expr.cpp
simple-requirement.cpp
type-requirement.cpp [clang] fix crash on template instantiation of invalid requires expressions 2021-08-03 23:16:04 +02:00