mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
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 |
||
|---|---|---|
| .. | ||
| sway | ||
| swaybar | ||
| swaynag | ||
| background-image.h | ||
| cairo.h | ||
| ipc-client.h | ||
| ipc.h | ||
| list.h | ||
| log.h | ||
| loop.h | ||
| meson.build | ||
| pango.h | ||
| pool-buffer.h | ||
| stringop.h | ||
| util.h | ||