Expand ConstExprBuilder to handle non-const expressions #32674
Labels
legacy-area-analyzer
Use area-devexp instead.
P1
A high priority bug; for example, a single project is unusable or has many test failures
Milestone
Currently, the analyzer's ConstExprBuilder class only handles constant expressions. In order to fix #32525, we'll need to expand it to handle non-constant expressions as well. In the process we should rename it to something that doesn't have "const" in the name (perhaps just "ExprBuilder").
The text was updated successfully, but these errors were encountered: