sway/include
Antonin Décimo 08ce2613c8 Use clang analyzer_noreturn on assertion handler
If the assertion handler is not tagged, a lot of false positives are
generated by clang static analyzer.

> The Clang-specific 'analyzer_noreturn' attribute is almost identical
> to 'noreturn' except that it is ignored by the compiler for the
> purposes of code generation.
>
> This attribute is useful for annotating assertion handlers that
> actually can return, but for the purpose of using the analyzer we
> want to pretend that such functions do not return.

https://clang-analyzer.llvm.org/annotations.html#custom_assertions
2019-03-01 00:32:02 +01:00
..
sway add --i3 flag to hide_edge_borders 2019-02-24 15:26:37 -05:00
swaybar swaybar: add overlay mode (fix #1620) 2019-02-24 20:05:47 -05:00
swaynag Implement swaynag -B/--button-no-terminal 2018-11-27 23:34:51 -05:00
background-image.h Initial swaylock port 2018-04-04 18:47:48 -04:00
cairo.h Removed unused wlroots dependency for sway(bg|bar|msg|nag) 2019-01-21 13:04:15 -05:00
ipc-client.h swaybar: move core functionality to state.c 2016-01-24 14:22:19 +01:00
ipc.h Add failure reply on IPC_SYNC 2018-12-29 17:07:26 +01:00
list.h list.c: rename free_flat_list to list_free_items_and_destroy 2018-12-09 01:15:38 +00:00
log.h Use clang analyzer_noreturn on assertion handler 2019-03-01 00:32:02 +01:00
loop.h Remove timerfd from loop implementation 2018-10-15 00:26:27 +10:00
meson.build Address review comments 2018-03-28 14:43:23 -04:00
pango.h Fix pango escaping and refactor escape_markup_text 2018-09-22 18:33:28 +10:00
pool-buffer.h client/pool-buffer: munmap in destroy_buffer 2018-05-27 14:09:48 +01:00
stringop.h stringop.c: rewrite strip_whitespace 2019-01-01 09:01:24 +00:00
util.h util.c: remove numlen function 2019-01-22 13:10:25 +01:00