[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
Tue Oct 22 16:59:33 PDT 2024
================
@@ -0,0 +1,33 @@
+#ifndef _SIM_STL_PAIR
+#define _SIM_STL_PAIR
+
+#pragma clang system_header
+
+#include "sim_type_traits"
+
+namespace std {
+
+
----------------
EugeneZelenko wrote:
Ditto.
https://github.com/llvm/llvm-project/pull/110471
More information about the cfe-commits
mailing list