"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "417c93e3c1d4ff2640e500bfa30a7c9207f76150"
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.
Loading
Please register or sign in to comment