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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 2 11:31:56 PDT 2021


Mordante 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
----------------
Quuxplusone wrote:
> Alphabetize plz. Otherwise LGTM, ship it!
Good catch, thanks. I had it sorted but a typo in `__post`, but forgot to resort after fixing 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