llvm-project
136bbde2 - [clang][ExprConst] Move shared `EvalInfo` state into `interp::State` (#177738)

Commit
94 days ago
[clang][ExprConst] Move shared `EvalInfo` state into `interp::State` (#177738) Instead of having `InterpState` call into its parent `EvalInfo`, just save the state in `interp::State`, where both subclasses can access it.
Author
Parents
Loading