[PATCH] D120905: [demangler] Add operator precedence

Bruno Cardoso Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 15:32:37 PST 2022


bruno requested changes to this revision.
bruno added a comment.
This revision now requires changes to proceed.

Nice cleanup, fixes and testcases, just pending test failures and this looks good.



================
Comment at: libcxxabi/src/demangle/ItaniumDemangle.h:283
   /// need to call printRight.
-  Cache RHSComponentCache;
+  Cache RHSComponentCache : 2;
 
----------------
Nice!


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

https://reviews.llvm.org/D120905



More information about the llvm-commits mailing list