[clang] [clang][Analysis] Add argument accessors to clang::AnyCall (PR #212934)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 30 00:56:30 PDT 2026


================
@@ -162,6 +162,41 @@ class AnyCall {
   size_t param_size() const { return parameters().size(); }
   bool param_empty() const { return parameters().empty(); }
 
+  /// \returns actual arguments for expression-backed calls.
----------------
NeKon69 wrote:

I think we should be more specific in the comment here. For example that this returns empty vector for implicit/synthesized argumemt list (Allocator/Destructor)

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


More information about the cfe-commits mailing list