[PATCH] D119467: [demangler][NFC] Tabularize operator name parsing

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 08:54:43 PST 2022


urnathan added inline comments.


================
Comment at: libcxxabi/src/demangle/ItaniumDemangle.h:2879
+      {"an", OperatorInfo::Binary, false, "operator&"},
+      {"at", OperatorInfo::OfIdOp, /*Type*/ true, "alignof ("},
+      {"az", OperatorInfo::OfIdOp, /*Type*/ false, "alignof ("},
----------------
iains wrote:
> I was expecting to see "aw" here - is that handled somewhere else?
the demangler lacks support for co_await.  Maybe file a bug?


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

https://reviews.llvm.org/D119467



More information about the llvm-commits mailing list