[clang] [ExprConst] Handle floating- and char literals in FastEvaluateAsRValue (PR #118294)

via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 06:02:22 PST 2024


https://github.com/Sirraide commented:

Seems fine, though I wonder at what point we might want to rewrite this to be a switch statement on the StmtClass because we’re checking for like 5 different expressions here at this point

https://github.com/llvm/llvm-project/pull/118294


More information about the cfe-commits mailing list