Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] Make Tweak::Selection movable. NFC | Sam McCall | 2019-12-16 | 1 | -3/+3 |
| | |||||
* | [clangd] Add a tweak refactoring to wrap Objective-C string literals in ↵ | Alex Lorenz | 2019-12-04 | 1 | -0/+85 |
`NSLocalizedString` macros The commit adds a refactoring to Clangd that mimics the existing refactoring action in Xcode that wraps around an Objective-C string literal in an NSLocalizedString macro. Differential Revision: https://reviews.llvm.org/D69543 |