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

Dmitry Vasilyev via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 20 03:06:14 PST 2023


================
@@ -5431,7 +5431,10 @@ Node *AbstractManglingParser<Derived, Alloc>::parseEncoding(bool ParseParams) {
   if (IsEndOfEncoding())
     return Name;
 
-  // ParseParams may be false in top-level only, when called from parse().
+  // ParseParams maybe false at the top level only, when called from parse().
----------------
slydiman wrote:

Thank you so much. I have updated the comment and the description.

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


More information about the libcxx-commits mailing list