[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
Sun Oct 20 14:54:50 PDT 2024


================
@@ -121,6 +121,12 @@ New checks
   Gives warnings for tagged unions, where the number of tags is
   different from the number of data members inside the union.
 
+- New :doc:`bugprone-nondeterministic-pointer-iteration-order
----------------
vabridgers wrote:

I believe I've address this. Marking as resolved.

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


More information about the cfe-commits mailing list