[PATCH] D154437: [analyzer][NFC] Make AnalyzerConfig round-tripping deterministic

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 4 05:51:03 PDT 2023


steakhal added a comment.

In D154437#4471225 <https://reviews.llvm.org/D154437#4471225>, @jansvoboda11 wrote:

> Has this not been addressed by D142861 <https://reviews.llvm.org/D142861> already?

Hm, The same failure. This must be related. I'll have a look.
But, you can try it yourself that the issue still remains:
Add a new StringRef option to the AnalyzerOptions.def and it's likely it will break the `clang/test/Analysis/shallow-mode.m` test.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154437/new/

https://reviews.llvm.org/D154437



More information about the cfe-commits mailing list