[clang] [analyzer] Add std::any checker (PR #76580)

via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 30 03:13:57 PST 2023


================
@@ -58,6 +58,14 @@ void wontConfuseStdGets() {
 //----------------------------------------------------------------------------//
 // std::get
 //----------------------------------------------------------------------------//
+void stdGetType2() {
----------------
whisperity wrote:

(Style nit: if this is `2`, move it below the other one?)

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


More information about the cfe-commits mailing list