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++: accept prototypes starting from :: operator #3694

Conversation

masatake
Copy link
Member

@masatake masatake commented Apr 7, 2023

Close #3693.

The original code could not extract "bar" in

  ::std::string bar();

Close universal-ctags#3693.

The original code could not extract "bar" in

  ::std::string bar();

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (c260d9e) 82.82% compared to head (0ee0832) 82.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3694   +/-   ##
=======================================
  Coverage   82.82%   82.82%           
=======================================
  Files         226      226           
  Lines       54749    54749           
=======================================
  Hits        45348    45348           
  Misses       9401     9401           
Impacted Files Coverage Δ
parsers/cxx/cxx_parser.c 86.60% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake masatake merged commit 5ba7dfc into universal-ctags:master Apr 15, 2023
@b4n
Copy link
Member

b4n commented Apr 16, 2023

Sorry for not having commented earlier here, but I've been using this the past week and it worked without visible side effects on my end 👍

@masatake
Copy link
Member Author

@b4n Thank you for reporting.

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.

C++: fully qualified return type breaks parsing prototypes
2 participants