[libc++][nfc] Add more nasty macros.

D101613 added some macros used by Microsofts SAL. D103425 uses `__pre`
and `__post`. They are also used by SAL and cause issues when used on
Windows. Add them to the blacklist making it easier to figure out what
the issue is.

Differential Revision: https://reviews.llvm.org/D103541
This commit is contained in:
Mark de Wever 2021-06-02 19:54:06 +02:00
parent 0507fc2ffc
commit fd3a526085
1 changed files with 2 additions and 0 deletions

View File

@ -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