https://github.com/cor3ntin approved this pull request.

Do we ever have more that 2 functions?
It might be simpler/faster to compile to just have

```
const Expr *IgnoreExprNodes(const Expr *E, const Expr*(*F)(const Expr*));
const Expr *IgnoreExprNodes(const Expr *E, const Expr*(*F1)(const Expr*),
                                                                                
 const Expr*(*F2)(const Expr*)); 
```


https://github.com/llvm/llvm-project/pull/164193
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to