ctags icon indicating copy to clipboard operation
ctags copied to clipboard

C++: bug in code detecting attributes

Open masatake opened this issue 1 year ago • 0 comments

[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)

masatake avatar Oct 01 '24 08:10 masatake