[llvm-branch-commits] [clang] [clang] Implement instantiation context note for checking template parameters (PR #126088)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 20 03:20:06 PST 2025
================
@@ -12822,6 +12826,9 @@ class Sema final : public SemaBase {
/// We are performing partial ordering for template template parameters.
PartialOrderingTTP,
+
+ /// Checking a Template Parameter
----------------
cor3ntin wrote:
This could use a more descriptive comment
https://github.com/llvm/llvm-project/pull/126088
More information about the llvm-branch-commits
mailing list