aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorNicolas Hillegeer <nicolas@hillegeer.com>2014-03-31 18:55:13 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-31 18:42:17 -0300
commit22e17e25f11ecabe27c752275da73d8ee75c953e (patch)
treec7a8142688c9155b4182d0638ada323e0ddc4f05 /src/path.c
parentf5db0d01bacc1cebf53bd1e3e2ce79b66116d8cb (diff)
downloadrneovim-22e17e25f11ecabe27c752275da73d8ee75c953e.tar.gz
rneovim-22e17e25f11ecabe27c752275da73d8ee75c953e.tar.bz2
rneovim-22e17e25f11ecabe27c752275da73d8ee75c953e.zip
func-attr: add some extra handy function attrs
The attributes in question are: - nonnull: specify whether a function argument cannot/may not be null - returns_nonnull: specify whether a function will not return a null pointer (example: xmalloc can't return null, so it should be annotated as such). Only available from gcc 4.9 onwards. Currently these attributes are only supported by gcc.
Diffstat (limited to 'src/path.c')
0 files changed, 0 insertions, 0 deletions