llvm-project/clang/test/CXX/expr/expr.prim
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
..
expr.prim.general PR48339: Improve diagnostics for invalid dependent unqualified function calls. 2020-12-02 17:54:55 -08:00
expr.prim.id [Concepts] Check function constraints before deducing auto return type 2020-01-31 03:51:26 +02:00
expr.prim.lambda [clang] Implement P2266 Simpler implicit move 2021-06-18 17:08:59 +02:00
expr.prim.req [clang] fix crash on template instantiation of invalid requires expressions 2021-08-03 23:16:04 +02:00