Files
clang-p2996/clang/test/CXX/expr/expr.prim/expr.prim.req/requires-expr.cpp
c8ef bb78a0b334 [clang] Fix the local parameter of void type inside the Requires expression. (#109831)
Fixes #109538.

In this patch, we introduce diagnostic for required expression
parameters in the same way as function parameters, fix the issue of
handling void type parameters, and align the behavior with GCC and other
compilers.
2024-10-01 06:39:10 -07:00

2.3 KiB