================
@@ -11802,9 +11817,10 @@ class Sema final : public SemaBase {
                                      bool PartialOrdering,
                                      bool *StrictPackMatch);
 
+  SmallString<128> toTerseString(const NamedDecl &D) const;
----------------
cor3ntin wrote:

Given this is used 2 times, i wonder if it's actually useful. especially in 
Sema.
If we really think we need thar, I'd rather have it be a new overload of 
Decl::print, or `Decl::printTerse` or something like that

https://github.com/llvm/llvm-project/pull/126088
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to