[clang-tools-extra] [clangd] Include the operator name in documentHighlight (PR #220518)
Aleksandr Platonov via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 09:55:44 PDT 2026
https://github.com/ArcsinX requested changes to this pull request.
clangd crashes on the following example
```cpp
#define PLUS +
struct S { void operator PLU^S(int); };
```
https://github.com/llvm/llvm-project/pull/220518
More information about the cfe-commits
mailing list