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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 00:19:19 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().
----------------
jh7370 wrote:

```suggestion
  // ParseParams may be false at the top level only, when called from parse().
```
Apologies for the typo in my original suggestion.

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


More information about the llvm-commits mailing list