[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
Thu Oct 24 16:53:49 PDT 2024


================
@@ -49,6 +49,7 @@
 #include "MultipleStatementMacroCheck.h"
 #include "NoEscapeCheck.h"
 #include "NonZeroEnumToBoolConversionCheck.h"
----------------
vabridgers wrote:

I checked the order, clang-format did not complain. Z comes before d (case matters it seems). So this begets

 50 #include "NoEscapeCheck.h"
 51 #include "NonZeroEnumToBoolConversionCheck.h"
 52 #include "NondeterministicPointerIterationOrderCheck.h"
 53 #include "NotNullTerminatedResultCheck.h"

Am I missing something?

Thanks!

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


More information about the cfe-commits mailing list