================ @@ -404,6 +404,76 @@ static bool hasSameOperatorParent(const Expr *TheExpr, return false; } +static bool isSameRawIdentifierToken(const Token &T1, const Token &T2, ---------------- zeyi2 wrote:
This is just copy and paste to avoid forward declarations. https://github.com/llvm/llvm-project/pull/209385 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
