[PATCH] D119154: [demangler] Adjust unqualified name parsing

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 04:44:23 PST 2022


urnathan added inline comments.


================
Comment at: libcxxabi/src/demangle/ItaniumDemangle.h:2668
   }
+  consumeIf('L');
 
----------------
ChuanqiXu wrote:
> The original version would try to consume 'L' all the way. Is this a intentional difference?
Once we've reached an error condition (failing to create Std node), it doesn't matter what we leave unconsumed.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119154/new/

https://reviews.llvm.org/D119154



More information about the llvm-commits mailing list