[clang] [NFC][analyzer] Remove most NodeBuilders in ObjC logic (PR #202709)

Endre Fülöp via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 17 09:58:37 PDT 2026


https://github.com/gamesh411 approved this pull request.

I have checked whether the `HasTag` assertion could be important, and concluded that the worklist algorithm for visiting nodes would have deduplicated nodes that could trigger it. I also feel that refactoring into a method was the pragmatic choice to eliminate half of the parameters. LGTM.

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


More information about the cfe-commits mailing list