[clang] [clang-tools-extra] RFC: [clang-tidy] [analyzer] Move nondeterministic pointer usage check to tidy (PR #110471)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 23 06:48:01 PDT 2024
================
@@ -752,6 +752,12 @@ Moved checkers
To detect too large arguments passed to malloc, consider using the checker
``alpha.taint.TaintedAlloc``.
+- The checkers ``alpha.nondeterministic.PointerSorting`` and
+ ``alpha.nondeterministic.PointerIteration`` were moved to a new bugprone
+ checker named ``bugprone-nondeterministic-pointer-usage``. The original
----------------
vabridgers wrote:
I need to update to bugprone-nondeterministic-pointer-iteration-order
https://github.com/llvm/llvm-project/pull/110471
More information about the cfe-commits
mailing list