aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/assert.h
Commit message (Expand)AuthorAge
* refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes2019-06-29
* build: PRAGMA_DIAG_PUSH_IGNORE_MISSING_PROTOTYPESJustin M. Keyes2019-02-04
* PVS/V1028 (rework): cast operands, not the result #9531Justin M. Keyes2019-01-21
* STRICT_ADD, STRICT_SUB: Log error before abortJustin M. Keyes2019-01-20
* build: include auto/config.h explicitlyJustin M. Keyes2019-01-20
* CMake: Feature-detect __builtin_{add,sub}_overflowJustin M. Keyes2019-01-09
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-09
* assert.h: Check overflow with STRICT_ADD, STRICT_SUBJustin M. Keyes2019-01-09
* Fix warnings with gcc 6.1Björn Linse2016-05-19
* MSVC: Avoid variadic macro bug in STATIC_ASSERTRui Abreu Ferreira2016-04-30
* eval: Do not break when VimVarIndex and vimvars order mismatchesZyX2016-04-18
* assert: add STATIC_ASSERT macroNicolas Hillegeer2014-07-16