Commit e9501a0
authored
Add IWYU pragmas to indicate that the headers export symbols. (#4785)
Described here https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUPragmas.md#iwyu-pragma-begin_exportsend_exports
These pragmas are not only understood by the IWYU tools, but
as well clang-tidy ( https://clangd.llvm.org/design/include-cleaner#iwyu-pragmas ),
so that projects using clang-tidy will not get false-positives
about missing includes.
Signed-off-by: Henner Zeller <[email protected]>1 parent df4d68c commit e9501a0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| 171 | + | |
| 172 | + | |
0 commit comments