index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
unittests
/
TweakTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Make use of SourceOrder to find first initializer in DefineOutline
Kadir Cetinkaya
2020-06-10
1
-5
/
+41
*
[clangd] DefineOutline won't copy virtual specifiers on methods
Nathan James
2020-03-04
1
-0
/
+161
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-1
/
+1
*
Fix trivial typos in comments; NFC
Kazuaki Ishizaki
2020-01-02
1
-1
/
+1
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-1
/
+1
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-1
/
+1
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
1
-1
/
+1
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
1
-1
/
+1
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
1
-1
/
+1
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
1
-1
/
+1
*
[clangd] Fix windows builds
Kadir Cetinkaya
2019-12-13
1
-7
/
+15
*
[clangd] Add "inline" keyword to prevent ODR-violations in DefineInline
Kadir Cetinkaya
2019-12-13
1
-0
/
+60
*
[clangd] Delete ctor initializers while moving functions out-of-line
Kadir Cetinkaya
2019-12-09
1
-0
/
+18
*
[clangd] Delete default arguments while moving functions out-of-line
Kadir Cetinkaya
2019-12-09
1
-0
/
+6
*
[clangd] Allow extract-to-function on regions that always return.
Sam McCall
2019-12-09
1
-2
/
+40
*
[clangd] Add a tweak refactoring to wrap Objective-C string literals in `NSL...
Alex Lorenz
2019-12-04
1
-0
/
+19
*
[clangd] Add no delayed templates to outline tests
Kadir Cetinkaya
2019-12-04
1
-0
/
+3
*
[clangd] Define out-of-line qualify function name
Kadir Cetinkaya
2019-12-04
1
-1
/
+53
*
[clangd] Define out-of-line qualify return value
Kadir Cetinkaya
2019-12-04
1
-0
/
+50
*
[clangd] Define out-of-line initial apply logic
Kadir Cetinkaya
2019-12-04
1
-0
/
+104
*
[clangd] Define out-of-line availability checks
Kadir Cetinkaya
2019-12-04
1
-0
/
+61
*
Reland [clangd] Rethink how SelectionTree deals with macros and #includes.
Sam McCall
2019-12-03
1
-14
/
+12
*
Revert "[clangd] Rethink how SelectionTree deals with macros and #includes."
Sam McCall
2019-11-29
1
-12
/
+14
*
[clangd] Rethink how SelectionTree deals with macros and #includes.
Sam McCall
2019-11-29
1
-14
/
+12
*
[clangd] Improve symbol qualification in DefineInline code action
Kadir Cetinkaya
2019-11-25
1
-0
/
+142
*
[clangd] Fix crash in DefineInline::prepare()
Sam McCall
2019-11-11
1
-0
/
+3
*
[clangd] Add fno-delayed-parsing to new define inline tests
Kadir Cetinkaya
2019-10-31
1
-0
/
+2
*
[clangd] Add parameter renaming to define-inline code action
Kadir Cetinkaya
2019-10-31
1
-5
/
+69
*
[clangd] Add a hidden tweak to dump symbol under the cursor.
Haojian Wu
2019-10-29
1
-0
/
+9
*
[clangd] Do not highlight keywords in semantic highlighting
Ilya Biryukov
2019-10-28
1
-9
/
+4
*
[clangd] Reland DefineInline action apply logic with fully qualified names
Kadir Cetinkaya
2019-10-28
1
-0
/
+544
*
[clangd] Reland DefineInline action availability checks
Kadir Cetinkaya
2019-10-28
1
-0
/
+170
*
[clangd] Revert define-inline action changes to un-break windows build-bots
Kadir Cetinkaya
2019-10-25
1
-704
/
+0
*
[clangd][NFC] Get rid of raw string literals in macros to make stage1 compile...
Kadir Cetinkaya
2019-10-25
1
-388
/
+413
*
[clangd] DefineInline action apply logic with fully qualified names
Kadir Cetinkaya
2019-10-25
1
-0
/
+512
*
[clangd] DefineInline action availability checks
Kadir Cetinkaya
2019-10-25
1
-0
/
+167
*
[clangd] Add RemoveUsingNamespace tweak.
Utkarsh Saxena
2019-10-16
1
-17
/
+234
*
Make most clangd unittests pass on Windows
Nico Weber
2019-10-13
1
-3
/
+8
*
[clangd] Disable expand auto on decltype(auto)
Ilya Biryukov
2019-10-08
1
-0
/
+2
*
[Clangd] ExtractFunction: Don't extract body of enclosing function.
Shaurya Gupta
2019-10-02
1
-0
/
+7
*
[Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)
Shaurya Gupta
2019-10-02
1
-0
/
+3
*
[clangd] SelectionTree should mark a node as fully-selected if the only claim...
Sam McCall
2019-10-02
1
-4
/
+2
*
[clangd] Support multifile edits as output of Tweaks
Kadir Cetinkaya
2019-09-09
1
-0
/
+32
*
[Clangd] ExtractFunction Added checks for broken control flow
Shaurya Gupta
2019-08-30
1
-4
/
+16
*
Reland "[clangd] Migrate last tweak tests to TweakTesting.h and remove old he...
Sam McCall
2019-08-29
1
-134
/
+33
*
Revert "[clangd] Migrate last tweak tests to TweakTesting.h and remove old he...
Sam McCall
2019-08-28
1
-31
/
+130
*
[Clangd] Initial version of ExtractFunction
Shaurya Gupta
2019-08-28
1
-0
/
+106
*
[clangd] Migrate last tweak tests to TweakTesting.h and remove old helpers. NFC
Sam McCall
2019-08-28
1
-129
/
+30
*
[clangd] Disallow extraction of expression-statements.
Sam McCall
2019-08-09
1
-6
/
+9
*
[clangd] Added semantic highlighting support for primitives.
Johan Vikstrom
2019-08-08
1
-4
/
+4
[next]