diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-03-31 18:55:13 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-31 18:42:17 -0300 |
commit | 22e17e25f11ecabe27c752275da73d8ee75c953e (patch) | |
tree | c7a8142688c9155b4182d0638ada323e0ddc4f05 /src/path.c | |
parent | f5db0d01bacc1cebf53bd1e3e2ce79b66116d8cb (diff) | |
download | rneovim-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