================
@@ -429,6 +432,9 @@ class CallEvent {
/// if we are supposed to construct an argument directly, we may still
/// not do that because we don't know how (i.e., construction context is
/// unavailable in the CFG or not supported by the analyzer).
+ ///
+ /// \param Index index of the argument as understood by the AST.
+ /// See getASTArgumentIndex().
bool isArgumentConstructedDirectly(unsigned Index) const {
----------------
benedekaibas wrote:
Applied changes here:
[0e7a71b](https://github.com/llvm/llvm-project/pull/221252/commits/0e7a71bc3d7705c088faad6ac46481a1048077d5)
https://github.com/llvm/llvm-project/pull/221252
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits