llvm-project/libcxx/utils
Zbigniew Sarbinowski 4d478121f3 [SystemZ][z/OS] exclude nasty_macros.h from check-cxx
Need to exclude nasty_macros.h from check-cxx on z/OS due to conflicts within system headers.

Sample failure in `random_shuffle.depr_in_cxx14.verify.cpp` libcxx test.
```
error: 'error' diagnostics seen but not expected:
Line 1268: expected ')'
Line 1268: unknown type name 'This'
Line 1268: expected ')'
```

caused by the following  macros in `nasty_macros.h`
```
#define NASTY_MACRO This should not be expanded!!!
#define _E NASTY_MACRO
```
The name collision is observed in the following code snippet whre `_E` is being used as parameter name:
```
inline int iswalnum(wint_t _E) {return __iswalnum(_E);}
```

It is reasonable to exclude `nasty_macros.h` on z/OS similarly as it was done on Windows.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D99378
2021-03-26 15:08:37 +00:00
..
ci [libc++] Add a CI configuration with static libc++/libc++abi 2021-03-24 16:30:48 -04:00
gdb/libcxx Various minor fixes for python 3 2021-02-05 13:01:34 -08:00
google-benchmark [benchmark] Replace references to M680x0 with M68k 2021-03-06 01:04:36 +00:00
libcxx [SystemZ][z/OS] exclude nasty_macros.h from check-cxx 2021-03-26 15:08:37 +00:00
symcheck-blacklists
cat_files.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
generate_abi_list.py generate_header_tests.py: Sort the header files ASCIIbetically. 2020-12-14 09:56:07 -05:00
generate_feature_test_macro_components.py [libc++] [C++2b] [P2162] Allow inheritance from std::variant. 2021-03-25 18:20:50 +01:00
generate_header_tests.py [libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent 2021-01-19 14:15:48 -05:00
graph_header_deps.py [libc++] Simpler Python script for generating a graph of libc++'s header dependencies 2021-03-23 14:12:05 -04:00
merge_archives.py [libcxx] Don't pass -s to libtool 2020-09-28 14:50:09 -07:00
run.py [libcxx] [test] Pass some windows environment variables through to test processes 2021-03-02 22:39:14 +02:00
ssh.py [libcxx] [test] Quote env variables that are set with a shell "export" in ssh.py 2021-03-25 09:46:44 +02:00
sym_diff.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00