================
@@ -91,6 +91,11 @@ class FactsGenerator : public
ConstStmtVisitor<FactsGenerator> {
void handleMovedArgsInCall(const FunctionDecl *FD,
ArrayRef<const Expr *> Args);
+ // Detects [[clang::lifetime_capture_by(X)]] annotations on a function call
to
+ // create flow facts from captured arguments to the capturer
----------------
Xazax-hun wrote:
```suggestion
// Handles [[clang::lifetime_capture_by(X)]] annotations on a function call to
// create flow facts from captured arguments to the capturer.
```
https://github.com/llvm/llvm-project/pull/196884
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits