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

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 18:34:49 PST 2022


ChuanqiXu added inline comments.


================
Comment at: libcxxabi/src/demangle/ItaniumDemangle.h:2668
   }
+  consumeIf('L');
 
----------------
The original version would try to consume 'L' all the way. Is this a intentional difference?


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

https://reviews.llvm.org/D119154



More information about the llvm-commits mailing list