[llvm] [libcxxabi] [llvm-cxxfilt] Added the option --no-params (PR #75348)

Dmitry Vasilyev via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 13:03:48 PST 2023


================
@@ -5430,6 +5430,13 @@ Node *AbstractManglingParser<Derived, Alloc>::parseEncoding() {
   if (IsEndOfEncoding())
     return Name;
 
+  // ParseParams may be false in top-level only, when called from parse().
----------------
slydiman wrote:

Not sure I follow. Could you elaborate, please? What comment enhancement by an example you would like to see here?

https://github.com/llvm/llvm-project/pull/75348


More information about the llvm-commits mailing list