Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] Make Tweak::Selection movable. NFC | Sam McCall | 2019-12-16 | 1 | -4/+4 |
| | |||||
* | [clangd] Support multifile edits as output of Tweaks | Kadir Cetinkaya | 2019-09-09 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | Summary: First patch for propogating multifile changes from tweak outputs to LSP WorkspaceEdits. Uses SM to convert tooling::Replacements to TextEdits. Errors out if there are any inconsistencies between the draft version and the version generated the edits. Reviewers: sammccall Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66637 llvm-svn: 371392 | ||||
* | [clangd] A code tweak to expand a macro | Ilya Biryukov | 2019-07-08 | 1 | -0/+136 |
Reviewers: sammccall Reviewed By: sammccall Subscribers: mgorny, MaskRay, jkorous, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D61681 llvm-svn: 365331 |