[ovs-git] [openvswitch/ovs] 535165: ctags: Include new annotations to ctags ignore list.

Flavio Leitner noreply at github.com
Sat Jul 4 22:48:14 UTC 2020


  Branch: refs/heads/branch-2.13
  Home:   https://github.com/openvswitch/ovs
  Commit: 5351651d376e5dc4a26f58efded4ab0568d662c2
      https://github.com/openvswitch/ovs/commit/5351651d376e5dc4a26f58efded4ab0568d662c2
  Author: Flavio Leitner <fbl at sysclose.org>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M Makefile.am
    M acinclude.m4
    M include/openvswitch/compiler.h

  Log Message:
  -----------
  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 at sysclose.org>
Signed-off-by: William Tu <u9012063 at gmail.com>




More information about the git mailing list