]> git.proxmox.com Git - mirror_ovs.git/commit - acinclude.m4
ctags: include symbols with locking annotations.
authorFlavio Leitner <fbl@redhat.com>
Tue, 27 Jun 2017 00:55:50 +0000 (21:55 -0300)
committerBen Pfaff <blp@ovn.org>
Thu, 13 Jul 2017 17:57:14 +0000 (10:57 -0700)
commit0eaaacac9488fd1746ba639314a502016059941e
tree399b440973bbf65f191ec3fb290cdfd238637993
parente4713f24d5ee521e434acf53a9f36d3658c11a64
ctags: include symbols with locking annotations.

OVS uses extensively clang annotations for thread safety
checks. The ctags tool can't parse them, so they are not
included in the tag file.

This patch improves the configure script to generate a list
of identifiers from the header compiler.h to be ignored by
ctags.

Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Reviewed-by: Aaron Conole <aconole@redhat.com>
Makefile.am
acinclude.m4
configure.ac