[clang] [analyzer] Add std::any checker (PR #76580)
Gábor Spaits via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 30 06:04:10 PST 2023
================
@@ -58,6 +58,14 @@ void wontConfuseStdGets() {
//----------------------------------------------------------------------------//
// std::get
//----------------------------------------------------------------------------//
+void stdGetType2() {
----------------
spaits wrote:
Oh, this test is not relevant. It is basically the same as the one after it. I was just doing some debugging to see how CSA handles different kinds of object constructions and forgot to remove it. I will remove it.
https://github.com/llvm/llvm-project/pull/76580
More information about the cfe-commits
mailing list