[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,25 +1,25 @@
 // RUN: %clang_analyze_cc1 -analyzer-output=text -Wno-unused %s     \
-// RUN:   -analyzer-checker=core,alpha.security.cert.env.InvalidPtr \
+// RUN:   -analyzer-checker=core,security.cert.env.InvalidPtr \
----------------
whisperity wrote:

Style nit: format `\` to be in the rightmost column as in the neighbouring code.

(This applies to multiple locations in the file.)

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


More information about the cfe-commits mailing list