[clang] [clang-tools-extra] RFC: [clang-tidy] [analyzer] Nondeterministic pointer usage improvements (PR #110471)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 30 13:02:37 PDT 2024


whisperity wrote:

>  Q) I ended up expanding upon the C++ simulation header, but had thoughts about breaking that up into multiple smaller files. Maybe there's an opportunity to refactor some C++ simulation files across multiple checkers as a seperate PR first, or maybe even as part of this one?

@vabridgers Definitely do such things in separate PRs. It makes the current patch cleaner if the additions to the sysroot simulation only contains what is needed for your patch. 

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


More information about the cfe-commits mailing list