Details
Details
- Reviewers
kadircet - Commits
- rZORGdfe64a167a2d: [clangd] Move Rename into its own file, and add unit test. NFC
rZORG2fe7f71d6220: [clangd] Move Rename into its own file, and add unit test. NFC
rGdfe64a167a2d: [clangd] Move Rename into its own file, and add unit test. NFC
rG2fe7f71d6220: [clangd] Move Rename into its own file, and add unit test. NFC
rGc094912ae535: [clangd] Move Rename into its own file, and add unit test. NFC
rL360116: [clangd] Move Rename into its own file, and add unit test. NFC
rCTE360116: [clangd] Move Rename into its own file, and add unit test. NFC
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
clangd/ClangdServer.cpp | ||
---|---|---|
264 | Oops, removed this capture and then re-added it. |
Comment Actions
Incidentally, this was not NFC - it deduplicates edits and therefore works around a bug in the visitor!
Why change Path to std::string ?