1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include
Marian Buschsieweke cf6fa4edf0
tree wide: add IWYU pragma: export where needed
We occasionally have some public `foo.h` header that includes a private
`foo_arch.h` header. Users are expected to include the `foo.h` header
and not the `foo_arch.h`. However, clangd will claim that the `#include`
of `foo.h` is unused if only functions / macros/ types / ... from
`foor_arch.h` is used and nothing from `foo.h`.

This adds the `IWYU pragma: export` comment to the include of
`foo_arch.h` in `foo.h`, so that clangd treats functions / macros /
types provided by `foo_arch.h` as if they were instead provided by
`foo.h`, which fixes the false positives.
2024-04-14 14:26:05 +02:00
..
bhp
can sys/include/can: include mailbox feature 2024-03-26 15:17:48 +01:00
checksum sys/checksum: Remove deprecated crc16_ccitt functions 2024-04-02 11:22:04 +02:00
coding
congure tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
cppunit
crypto tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
ecc
embUnit sys/embunit: return failure state in TextUIRunner_end() 2024-04-03 13:22:51 +02:00
entropy_source
event event_periodic_callback: fix typo 2024-03-12 18:35:42 +01:00
fido2
fs cpu/native: add host fs access via VFS 2023-04-26 00:53:14 +02:00
hashes sys/hashes: support for SHA-{384,512/{224,256}} 2024-03-25 12:35:10 +01:00
isrpipe
net gcoap: update the example reference 2024-04-11 12:28:07 +03:00
psa_crypto/psa sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
riotboot sys/riotboot/slot: fix failed build 2023-12-21 16:33:15 -05:00
senml
suit sys/suit: Remove deprecated suit_coap_run function 2024-04-02 12:58:57 +02:00
sys
test_utils tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
usb treewide: mtd_default_get_dev() -> mtd_dev_get() 2023-11-10 19:53:48 +01:00
xtimer
ztimer ztimer_periodic: fix example in documentation 2023-09-29 18:27:43 +02:00
ztimer64
analog_util.h
app_metadata.h
architecture.h tree wide: add IWYU pragma: export where needed 2024-04-14 14:26:05 +02:00
atomic_utils.h tree wide: add IWYU pragma: export where needed 2024-04-14 14:26:05 +02:00
auto_init_utils.h
auto_init.h
base64.h
bcd.h
benchmark.h sys/benchmark: make use of ztimer stopwatch 2023-03-06 14:31:09 +01:00
bhp.h
bit.h
bitfield.h sys/bitfield: don't set unrelated bits in bf_{set, clear}_all() 2023-03-17 00:08:10 +01:00
bloom.h sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
busy_wait.h sys/busy_wait: add busy wait helper 2024-01-09 19:03:15 +01:00
byteorder.h sys/byteorder: clean up implementation 2024-02-01 18:24:40 +01:00
c11_atomics_compat.hpp
cb_mux.h
chunked_ringbuffer.h
clif.h
clk.h
color.h
congure.h
cppunit.hpp
dbgpin.h
debug_irq_disable.h
div.h
eepreg.h
embUnit.h
endian.h sys/endian: move form sys/libc 2024-01-31 20:14:46 +01:00
entropy_source.h
event.h sys/event: add event_is_queued() 2023-10-06 18:21:34 +02:00
evtimer_mbox.h
evtimer_msg.h
evtimer.h sys/evtimer: remove support for xtimer backend 2023-05-24 09:53:33 +02:00
flash_utils.h tree wide: add IWYU pragma: export where needed 2024-04-14 14:26:05 +02:00
fmt_table.h
fmt.h tests: Add NULL pointer argument test for fmt_lpad/to_lower/str 2024-02-09 11:03:05 +01:00
frac.h sys: fix remaining broken paths to tests 2023-05-13 19:08:39 +02:00
fuzzing.h
hashes.h
imath.h imath: add powi() function 2023-06-05 19:09:11 +02:00
iolist.h
irq.hpp
isrpipe.h
luid.h
malloc_monitor_internal.h sys: add malloc_monitor, deprecate malloc_tracing 2024-03-26 10:00:24 +01:00
malloc_monitor.h sys: add malloc_monitor, deprecate malloc_tracing 2024-03-26 10:00:24 +01:00
matstat.h
memarray.h
mineplex.h
od.h
phydat.h sys/phydat: Remove deprecated print function 2024-04-03 15:29:19 +02:00
pipe.h
pm_layered.h
progress_bar.h
ps.h
ptrtag.h
puf_sram.h sys: fix remaining broken paths to tests 2023-05-13 19:08:39 +02:00
random.h sys/random doc: Point to auto initialization and its caveats 2023-11-23 23:34:56 +01:00
rtc_utils.h
saul_reg.h
sched_round_robin.h
schedstatistics.h
sema_inv.h
sema.h
senml.h
seq.h
shell_lock.h sys/shell_lock: lock shell on EOF 2023-05-26 15:04:36 +02:00
shell.h Merge pull request #20541 from chrysn-pull-requests/doc-shell-constraint 2024-04-09 12:34:01 +00:00
stdio_base.h sys/stdio: add common stdio module 2024-02-09 15:24:22 +01:00
stdio_nimble.h
stdio_rtt.h
stdio_semihosting.h
stdio_uart.h stdio_uart: port to new interface 2024-02-09 15:24:22 +01:00
string_utils.h makefiles, treewide: Remove MCU variable 2024-02-18 20:46:09 +01:00
suit.h
time_units.h
timex.h
tiny_strerror.h
tm.h
trace.h
trickle.h sys/trickle: Remove xtimer and only use ztimer 2023-03-17 12:04:44 +01:00
tsrb.h
unaligned.h
universal_address.h
uri_parser.h
usb_board_reset_internal.h
usb_board_reset.h
usb.h sys/usb: Add PID/VID check in macro 2023-05-31 12:55:53 +02:00
ut_process.h
utlist.h
uuid.h
vfs_default.h drivers/mtd: add SDMMC support 2023-08-08 09:09:12 +02:00
vfs_util.h
vfs.h vfs: increase _FATFS_FILE_EXFAT 2024-04-05 14:42:06 +02:00
volatile_utils.h
xtimer.h sys/xtimer: improve documentation 2023-05-30 17:32:48 +02:00
zptr.h
ztimer64.h
ztimer.h Merge #19392 #19398 #19399 2023-03-16 12:09:46 +00:00