llvm-project
136bbde2
- [clang][ExprConst] Move shared `EvalInfo` state into `interp::State` (#177738)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#177738 - [clang][ExprConst] Move shared `EvalInfo` state into `interp::State`
Author
tbaederr
Parents
b83160b9
Loading