mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 18:06:14 +00:00
Zephyr uses some defines to provide additional information about the item being declared. When unrecognized these can confuse the Coccinelle parser so that it does not apply semantic patches in situations where they should be applied. Add a macro file that extends the Coccinelle builtin macro file with some identifiers that are specific to Zephyr. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no> |
||
---|---|---|
.. | ||
array_size.cocci | ||
deref_null.cocci | ||
identifier_length.cocci | ||
ignore_return.cocci | ||
int_literal_to_timeout.cocci | ||
irq_lock.cocci | ||
macros.h | ||
mini_lock.cocci | ||
ms_timeout.cocci | ||
noderef.cocci | ||
returnvar.cocci | ||
semicolon.cocci | ||
unsigned_lesser_than_zero.cocci | ||
unsigned_shift.cocci | ||
unsigned_suffix.cocci |