[clang] [Clang] Refactor instantiation of declarations within concepts (PR #221707)
Yanzuo Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 10 04:10:49 PDT 2026
================
@@ -530,7 +530,9 @@ class HashParameterMapping : public RecursiveASTVisitor<HashParameterMapping> {
}
}
};
+} // namespace
+namespace clang {
----------------
zwuis wrote:
Unrelated changes? Ditto for `SubstituteParameterMappings`.
https://github.com/llvm/llvm-project/pull/221707
More information about the cfe-commits
mailing list