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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 3 09:23:12 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGfd3a5260852a: [libc++][nfc] Add more nasty macros. (authored by Mordante).

Changed prior to commit:
  https://reviews.llvm.org/D103541?vs=349328&id=349584#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103541

Files:
  libcxx/test/support/nasty_macros.h


Index: libcxx/test/support/nasty_macros.h
===================================================================
--- libcxx/test/support/nasty_macros.h
+++ libcxx/test/support/nasty_macros.h
@@ -63,6 +63,8 @@
 #define __nz NASTY_MACRO
 #define __out NASTY_MACRO
 #define __part NASTY_MACRO
+#define __post NASTY_MACRO
+#define __pre NASTY_MACRO
 #endif
 
 #define __output NASTY_MACRO


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103541.349584.patch
Type: text/x-patch
Size: 382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210603/cb092725/attachment.bin>


More information about the libcxx-commits mailing list