[llvm-branch-commits] [clang] [clang] Implement instantiation context note for checking template parameters (PR #126088)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Feb 19 06:22:04 PST 2025
================
@@ -11802,9 +11817,10 @@ class Sema final : public SemaBase {
bool PartialOrdering,
bool *StrictPackMatch);
+ SmallString<128> toTerseString(const NamedDecl &D) const;
----------------
erichkeane wrote:
would love a comment that tells what 'terse string' means here. 'terse' is actually a pretty loaded word in C++, so explainations need to be pretty sizable here.
https://github.com/llvm/llvm-project/pull/126088
More information about the llvm-branch-commits
mailing list