Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers
Corentin Jabot 424733c12a Implement if consteval (P1938)
Modify the IfStmt node to suppoort constant evaluated expressions.

Add a new ExpressionEvaluationContext::ImmediateFunctionContext to
keep track of immediate function contexts.

This proved easier/better/probably more efficient than walking the AST
backward as it allows diagnosing nested if consteval statements.
2021-10-05 08:04:14 -04:00
..
2021-10-04 17:08:34 +02:00
2021-08-16 12:18:40 -07:00