]> git.proxmox.com Git - ovs.git/commit - acinclude.m4
ctags: Include new annotations to ctags ignore list.
authorFlavio Leitner <fbl@sysclose.org>
Wed, 10 Jun 2020 19:49:45 +0000 (16:49 -0300)
committerWilliam Tu <u9012063@gmail.com>
Sat, 4 Jul 2020 22:42:38 +0000 (15:42 -0700)
commit9ed9df77a3097146addd9cc2f53bffebd71c1343
tree6509026e33b4b311b8ad7c6fa67ed72c3d26a3ca
parent0fc38297ba3830631e4a6ad3f9fbbe364e8a3b6b
ctags: Include new annotations to ctags ignore list.

The annotation OVS_NO_THREAD_SAFETY_ANALYSIS and OVS_LOCKABLE are
not part of the list, so ctags can't find functions using them.

The annotation list comes from a regex and to include more items
make the regex more difficult to read and maintain. Convert to a
static list because it isn't supposed to change much and there
is no standard names.

Also add a comment to remind to keep the list up-to-date.

Signed-off-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: William Tu <u9012063@gmail.com>
Makefile.am
acinclude.m4
include/openvswitch/compiler.h