[libcxx-commits] [PATCH] D119467: [demangler][NFC] Tabularize operator name parsing

Iain Sandoe via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 18 08:11:10 PST 2022


iains 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 ("},
----------------
I was expecting to see "aw" here - is that handled somewhere else?


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

https://reviews.llvm.org/D119467



More information about the libcxx-commits mailing list