Clangd used first token of filename as filename range rather than the
synthezied filename token. Unfortunately the former only contains " or < in
the raw lexing mode, resulting in wrong range information and breaking tidy
checks that relied on it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo