================
@@ -15,6 +15,76 @@
 namespace clang {
 using namespace ast_matchers;
 
+static bool canResolveToExprImpl(const Expr *Node, const Expr *Target) {
----------------
HerrCai0907 wrote:

This function is hard to understand because it used matcher style naming but 
logic operator style code.

https://github.com/llvm/llvm-project/pull/72705
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to