================
@@ -82,6 +82,21 @@ class UseAfterMoveFinder {
llvm::SmallPtrSet<const CFGBlock *, 8> Visited;
};
+AST_MATCHER_P(Expr, hasParentIgnoringParenImpCasts,
----------------
serge-sans-paille wrote:
It unfortunately does not work:
```
error: static assertion failed: has parent only accepts base type matcher
```
https://github.com/llvm/llvm-project/pull/188866
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits