[clang] [clang][analyzer] Simplify code of StreamChecker (NFC). (PR #79312)

Ben Shi via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 26 18:37:11 PST 2024


benshi001 wrote:

For the part in the end of most `evalXX` functions,

```
StateFailed = ...
StateNotFailed = ...
```

They are quite similar but not identical, so we can generalize them with helper functions.

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


More information about the cfe-commits mailing list