================
@@ -38,6 +38,10 @@ AST_MATCHER(DecltypeType, decltypeTypeNullptrLiteral) {
static constexpr char CastSequence[] = "sequence";
+static constexpr char DefaultIgnoredTypes[] = "_CmpUnspecifiedParam;"
----------------
zeyi2 wrote:Nit: maybe add `std::` to `_CmpUnspecifiedParam`? https://github.com/llvm/llvm-project/pull/225585 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
