[libcxx-commits] [PATCH] D125629: [libc++] Adds __format_string as nasty macro.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 29 06:32:17 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4cb184ce1c53: [libc++] Adds __format_string as nasty macro. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125629/new/
https://reviews.llvm.org/D125629
Files:
libcxx/test/libcxx/nasty_macros.compile.pass.cpp
Index: libcxx/test/libcxx/nasty_macros.compile.pass.cpp
===================================================================
--- libcxx/test/libcxx/nasty_macros.compile.pass.cpp
+++ libcxx/test/libcxx/nasty_macros.compile.pass.cpp
@@ -81,6 +81,7 @@
# define __bound NASTY_MACRO
# define __deallocate NASTY_MACRO
# define __deref NASTY_MACRO
+# define __format_string NASTY_MACRO
# define __full NASTY_MACRO
# define __in NASTY_MACRO
# define __inout NASTY_MACRO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125629.432783.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220529/6041b66d/attachment.bin>
More information about the libcxx-commits
mailing list