[clang] [clang][analyzer][NFCi] Pass if bind is to a Decl or not to checkBind (PR #152137)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 5 08:15:02 PDT 2025


================
@@ -175,9 +175,12 @@ class CheckerDocumentation
   /// \param Loc The value of the location (pointer).
   /// \param Val The value which will be stored at the location Loc.
   /// \param S   The bind is performed while processing the statement S.
+  /// \param atDeclInit Whether the bind is performed during declaration
+  ///                  initialization.
----------------
steakhal wrote:

```suggestion
  /// \param atDeclInit Whether the bind is performed during declaration
  ///                   initialization.
```

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


More information about the cfe-commits mailing list