summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/TweakTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Make use of SourceOrder to find first initializer in DefineOutlineKadir Cetinkaya2020-06-101-5/+41
* [clangd] DefineOutline won't copy virtual specifiers on methodsNathan James2020-03-041-0/+161
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-1/+1
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-1/+1
* Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...Sam McCall2019-12-161-1/+1
* [clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...Sam McCall2019-12-161-1/+1
* Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...Nico Weber2019-12-141-1/+1
* [clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.Sam McCall2019-12-131-1/+1
* [clangd] Fix windows buildsKadir Cetinkaya2019-12-131-7/+15
* [clangd] Add "inline" keyword to prevent ODR-violations in DefineInlineKadir Cetinkaya2019-12-131-0/+60
* [clangd] Delete ctor initializers while moving functions out-of-lineKadir Cetinkaya2019-12-091-0/+18
* [clangd] Delete default arguments while moving functions out-of-lineKadir Cetinkaya2019-12-091-0/+6
* [clangd] Allow extract-to-function on regions that always return.Sam McCall2019-12-091-2/+40
* [clangd] Add a tweak refactoring to wrap Objective-C string literals in `NSL...Alex Lorenz2019-12-041-0/+19
* [clangd] Add no delayed templates to outline testsKadir Cetinkaya2019-12-041-0/+3
* [clangd] Define out-of-line qualify function nameKadir Cetinkaya2019-12-041-1/+53
* [clangd] Define out-of-line qualify return valueKadir Cetinkaya2019-12-041-0/+50
* [clangd] Define out-of-line initial apply logicKadir Cetinkaya2019-12-041-0/+104
* [clangd] Define out-of-line availability checksKadir Cetinkaya2019-12-041-0/+61
* Reland [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-12-031-14/+12
* Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."Sam McCall2019-11-291-12/+14
* [clangd] Rethink how SelectionTree deals with macros and #includes.Sam McCall2019-11-291-14/+12
* [clangd] Improve symbol qualification in DefineInline code actionKadir Cetinkaya2019-11-251-0/+142
* [clangd] Fix crash in DefineInline::prepare()Sam McCall2019-11-111-0/+3
* [clangd] Add fno-delayed-parsing to new define inline testsKadir Cetinkaya2019-10-311-0/+2
* [clangd] Add parameter renaming to define-inline code actionKadir Cetinkaya2019-10-311-5/+69
* [clangd] Add a hidden tweak to dump symbol under the cursor.Haojian Wu2019-10-291-0/+9
* [clangd] Do not highlight keywords in semantic highlightingIlya Biryukov2019-10-281-9/+4
* [clangd] Reland DefineInline action apply logic with fully qualified namesKadir Cetinkaya2019-10-281-0/+544
* [clangd] Reland DefineInline action availability checksKadir Cetinkaya2019-10-281-0/+170
* [clangd] Revert define-inline action changes to un-break windows build-botsKadir Cetinkaya2019-10-251-704/+0
* [clangd][NFC] Get rid of raw string literals in macros to make stage1 compile...Kadir Cetinkaya2019-10-251-388/+413
* [clangd] DefineInline action apply logic with fully qualified namesKadir Cetinkaya2019-10-251-0/+512
* [clangd] DefineInline action availability checksKadir Cetinkaya2019-10-251-0/+167
* [clangd] Add RemoveUsingNamespace tweak.Utkarsh Saxena2019-10-161-17/+234
* Make most clangd unittests pass on WindowsNico Weber2019-10-131-3/+8
* [clangd] Disable expand auto on decltype(auto)Ilya Biryukov2019-10-081-0/+2
* [Clangd] ExtractFunction: Don't extract body of enclosing function.Shaurya Gupta2019-10-021-0/+7
* [Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)Shaurya Gupta2019-10-021-0/+3
* [clangd] SelectionTree should mark a node as fully-selected if the only claim...Sam McCall2019-10-021-4/+2
* [clangd] Support multifile edits as output of TweaksKadir Cetinkaya2019-09-091-0/+32
* [Clangd] ExtractFunction Added checks for broken control flowShaurya Gupta2019-08-301-4/+16
* Reland "[clangd] Migrate last tweak tests to TweakTesting.h and remove old he...Sam McCall2019-08-291-134/+33
* Revert "[clangd] Migrate last tweak tests to TweakTesting.h and remove old he...Sam McCall2019-08-281-31/+130
* [Clangd] Initial version of ExtractFunctionShaurya Gupta2019-08-281-0/+106
* [clangd] Migrate last tweak tests to TweakTesting.h and remove old helpers. NFCSam McCall2019-08-281-129/+30
* [clangd] Disallow extraction of expression-statements.Sam McCall2019-08-091-6/+9
* [clangd] Added semantic highlighting support for primitives.Johan Vikstrom2019-08-081-4/+4
OpenPOWER on IntegriCloud