[clang] [clang-tools-extra] RFC: [clang-tidy] [analyzer] Move nondeterministic pointer usage check to tidy (PR #110471)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 27 15:47:09 PDT 2024
5chmidti wrote:
> I do plan to work on improvements
Great
> would like to get this baseline checker in for now as a "scope of work" for this PR
Yep, what I meant as well
> I don't mind documenting the improvement step
> Do you have suggestions on where to document improvements?
As suggested, simply do this in the docs. Because that documentation is user-facing, you can be very high-level and don't need to point out everything, IMO. E.g.: `This check currently does not check if a nondeterministic iteration order is likely to be a mistake, and instead marks all such iterations as bugprone.`
https://github.com/llvm/llvm-project/pull/110471
More information about the cfe-commits
mailing list