This changes Expr::Classification::{Kind, Modifiable} fields so that they are initialized as Unknown rather than left uninitialized. This way, if the default Classification is accidentally used, Clang will fire an assertion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo