Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++: add unicode identifier name support #4066

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

popkc
Copy link

@popkc popkc commented Aug 31, 2024

Ctags currently does not support Unicode identifiers in c++, but I found that it only requires modifying one line of code to make it support them.

@masatake
Copy link
Member

The C++ related test cases failed on the may platforms.
If you use autotools to build ctags, the failures may be reproduced with following command line:

$ ./configure --enable-debugging
$ make units LANGUAGES=C++

See https://docs.ctags.io/en/latest/testing-parser.html#units-test-facility about the test harness used in ctags.

@masatake masatake changed the title Add C++ unicode identifier name support C++: add unicode identifier name support Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants