[clang] [analyzer] Move security.cert.env.InvalidPtr out of alpha (PR #71912)

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 13 05:40:06 PST 2023


================
@@ -1,18 +1,18 @@
 // Default options.
 // RUN: %clang_analyze_cc1                                         \
-// RUN:  -analyzer-checker=core,alpha.security.cert.env.InvalidPtr \
+// RUN:  -analyzer-checker=core,security.cert.env.InvalidPtr \
----------------
whisperity wrote:

`\`, ditto, in multiple locations in this file.

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


More information about the cfe-commits mailing list