[clang] [analyzer] Add std::variant checker (PR #66481)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 18 00:30:29 PDT 2023
================
@@ -318,6 +318,10 @@ def C11LockChecker : Checker<"C11Lock">,
Dependencies<[PthreadLockBase]>,
Documentation<HasDocumentation>;
+def StdVariantChecker : Checker<"StdVariant">,
+ HelpText<"Check wether we access the right type stored in std::variant">,
----------------
steakhal wrote:
Please spellcheck all your strings.
https://github.com/llvm/llvm-project/pull/66481
More information about the cfe-commits
mailing list