[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
================
@@ -1009,11 +1002,20 @@ let ParentPackage = ENV in {
"standard), which can lead to false positives depending on "
"implementation.",
"false",
- InAlpha>,
+ Released>,
]>,
Documentation<HasDocumentation>;
-} // end "alpha.cert.env"
+} // end "security.cert.env"
+
+let ParentPackage = POSAlpha in {
+
+ def PutenvWithAuto : Checker<"34c">,
----------------
whisperity wrote:
There are no tests that exercise this checker, either.
https://github.com/llvm/llvm-project/pull/71912
More information about the cfe-commits
mailing list