[libcxx-commits] [PATCH] D103541: [libc++][nfc] Add more nasty macros.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 2 11:10:19 PDT 2021


Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added inline comments.


================
Comment at: libcxx/test/support/nasty_macros.h:66-67
 #define __part NASTY_MACRO
+#define __pre NASTY_MACRO
+#define __post NASTY_MACRO
 #endif
----------------
Alphabetize plz. Otherwise LGTM, ship it!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103541



More information about the libcxx-commits mailing list