Skip to content

Commit

Permalink
[libc++] Adds __format_string as nasty macro.
Browse files Browse the repository at this point in the history
Both D121530 and D125606 had issues with this macro.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D125629
  • Loading branch information
mordante committed May 29, 2022
1 parent 0bd645d commit 4cb184c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/test/libcxx/nasty_macros.compile.pass.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 4cb184c

Please sign in to comment.