This is needed for clients that want to highlight virtual functions
differently.
Details
Details
- Reviewers
sammccall - Commits
- rG159a26964840: [clangd] Add new semantic token modifier "virtual"
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The modifier seems reasonable to me.
The most important cases are callsites (where virtual) isn't written. Can you extend a test to cover some such case?