1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 00:50:44 -08:00
emacs/doc
Eli Zaretskii 9c66c5a0ca Fix tagging of class members in C-like OO languages
* lib-src/etags.c (longopts): Add new option --class-qualify and
its shorthand -Q.
(print_help): Add help text for --class-qualify.
(main): Add handling of -Q.
(consider_token, C_entries) <omethodparm>: Append argument types
to Objective C methods only if --class-qualify was specified.
Qualify C++, Objective C, and Java class members with their class
names only if --class-qualify was specified.
(C_entries): If --class-qualify was not specified, remove the
namespace and class qualifiers from tag names of C++ methods.
This allows to use etags.el as xref back-end without the
tag-symbol-match-p method, which greatly increases the number of
potentially false positives.  (Bug#20629)

* doc/man/etags.1: Update to document the new --class-qualify
option.

* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/CTAGS.good: Update due to changes in etags.c.
2015-05-25 18:02:21 +03:00
..
emacs Add basic VC push support. 2015-05-12 20:42:42 -04:00
lispintro Fix single-quoting style in PDF manuals 2015-05-01 12:06:38 -07:00
lispref * lisp/emacs-lisp/tabulated-list.el: New optional print method 2015-05-24 23:45:46 +01:00
man Fix tagging of class members in C-like OO languages 2015-05-25 18:02:21 +03:00
misc * lisp/erc/erc.el: Hide network/channel messages 2015-05-21 14:30:18 -05:00