================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to