ctags
ctags copied to clipboard
C++: bug in code detecting attributes
[yamato@dev64 ~]$ cat /tmp/input.cc
[[[]]]
[yamato@dev64 ~]$ ~/bin/ctags --options=NONE /tmp/input.cc
ctags: Notice: No options will be read from files or environment
ctags: parsers/cxx/cxx_parser_tokenizer.c:1083: cxxParserParseNextTokenCondenseCXX11Attribute: Assertion `false' failed.
ctags: parsers/cxx/cxx_parser_tokenizer.c:1083: parsing /tmp/input.cc:1 as C++
Aborted (core dumped)