Commit 8865376
committed
[RFC][libc++] Use IWYU pragma's.
The tools IWYU/clangd can suggest to remove unused headers. This
suggests to remove test_macros.h. Removing this header can break tests.
For example tests use
#ifndef TEST_HAS_NO_WIDE_CHARACTERS
test<wchar_t>();
#endif
Since typically developers have wide characters the header is not used.
The removal of the header breaks configurations that have wide
characters disabled.1 parent 642259a commit 8865376
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
0 commit comments