This patch is part of the ongoing migration to strict handling of value categories (see https://discourse.llvm.org/t/70086 for details).
Depends On D150655
Differential D150656
[clang][dataflow] Use `Strict` accessors in TypeErasedDataflowAnalysis.cpp. mboehme on May 16 2023, 3:17 AM. Authored by
Details This patch is part of the ongoing migration to strict handling of value categories (see https://discourse.llvm.org/t/70086 for details). Depends On D150655
Diff Detail
Event Timeline
|
I am wondering whether it is more robust to branch directly on the value category of InitStmt, although I cannot think of cases where this condition would go wrong. Feel free to ignore.