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
/
refactor
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Make use of SourceOrder to find first initializer in DefineOutline
Kadir Cetinkaya
2020-06-10
1
-6
/
+4
*
[clangd] DefineOutline won't copy virtual specifiers on methods
Nathan James
2020-03-04
1
-4
/
+63
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
2
-2
/
+2
*
[clangd] targetDecl() returns only NamedDecls.
Sam McCall
2020-01-03
1
-6
/
+3
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
3
-6
/
+5
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
3
-5
/
+6
*
Revert "[clangd] Reapply b60896fad926 Fall back to selecting token-before-cur...
Sam McCall
2019-12-16
3
-10
/
+2
*
[clangd] Reapply b60896fad926 Fall back to selecting token-before-cursor if t...
Sam McCall
2019-12-16
3
-2
/
+10
*
[clangd] Make Tweak::Selection movable. NFC
Sam McCall
2019-12-16
14
-51
/
+52
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-2
/
+2
*
Revert "[clangd] Fall back to selecting token-before-cursor if token-after-cu...
Nico Weber
2019-12-14
3
-6
/
+5
*
[clangd] Fall back to selecting token-before-cursor if token-after-cursor fails.
Sam McCall
2019-12-13
3
-5
/
+6
*
[clangd] Add "inline" keyword to prevent ODR-violations in DefineInline
Kadir Cetinkaya
2019-12-13
1
-3
/
+30
*
[clangd] Rename constructors and destructors in cross-file case
Kirill Bobyrev
2019-12-12
1
-24
/
+28
*
[clangd] Deduplicate refs from index for cross-file rename.
Haojian Wu
2019-12-11
2
-3
/
+14
*
[clangd] Delete ctor initializers while moving functions out-of-line
Kadir Cetinkaya
2019-12-09
1
-1
/
+43
*
[clangd] Delete default arguments while moving functions out-of-line
Kadir Cetinkaya
2019-12-09
1
-10
/
+41
*
[clangd] Implement range patching heuristics for cross-file rename.
Haojian Wu
2019-12-09
2
-2
/
+193
*
[clangd] Allow extract-to-function on regions that always return.
Sam McCall
2019-12-09
1
-14
/
+51
*
[clangd] Fix gcc warning about extra ";" [NFC]
Mikael Holmen
2019-12-06
1
-1
/
+1
*
[clangd] Simplify the code, NFC.
Haojian Wu
2019-12-05
2
-3
/
+3
*
[clangd] Add a tweak refactoring to wrap Objective-C string literals in `NSL...
Alex Lorenz
2019-12-04
2
-0
/
+86
*
[clangd] NFC, add getLangOpts helper to ParsedAST
Alex Lorenz
2019-12-04
4
-10
/
+8
*
[clangd] Define out-of-line qualify function name
Kadir Cetinkaya
2019-12-04
1
-8
/
+6
*
[clangd] Define out-of-line qualify return value
Kadir Cetinkaya
2019-12-04
1
-24
/
+139
*
[clangd] Define out-of-line initial apply logic
Kadir Cetinkaya
2019-12-04
1
-3
/
+112
*
[clangd] Define out-of-line availability checks
Kadir Cetinkaya
2019-12-04
2
-0
/
+110
*
[NFC] Slightly improve wording in the comments
Kirill Bobyrev
2019-12-03
1
-18
/
+18
*
Remove extraneous semicolon.
Bill Wendling
2019-12-02
1
-1
/
+1
*
[clangd] Fix a regression issue in local rename.
Haojian Wu
2019-12-02
1
-6
/
+12
*
[clangd] Correct the file path in Edit::replacements when generating the rena...
Haojian Wu
2019-11-29
2
-5
/
+8
*
[clangd] Don't perform rename when the refs result from index is incomplete.
Haojian Wu
2019-11-28
1
-13
/
+23
*
[clangd] Tweak the no-index error message for rename, NFC.
Haojian Wu
2019-11-28
1
-1
/
+1
*
[clangd] Speed up when building rename edit.
Haojian Wu
2019-11-26
2
-34
/
+63
*
[clangd] Implement cross-file rename.
Haojian Wu
2019-11-26
3
-77
/
+296
*
[clangd] Improve symbol qualification in DefineInline code action
Kadir Cetinkaya
2019-11-25
1
-7
/
+10
*
[clangd] Untangle Hover from XRefs, move into own file.
Sam McCall
2019-11-19
1
-3
/
+2
*
Reland "[clangd] Implement rename by using SelectionTree and findExplicitRefe...
Haojian Wu
2019-11-19
1
-32
/
+103
*
Revert "[clangd] Implement rename by using SelectionTree and findExplicitRefe...
Wolfgang Pieb
2019-11-18
1
-103
/
+32
*
[clangd] Implement rename by using SelectionTree and findExplicitReferences.
Haojian Wu
2019-11-18
1
-32
/
+103
*
[clangd] Replace getLangOpts().isHeaderFile usage with isHeaderFile helper.
Haojian Wu
2019-11-15
1
-1
/
+1
*
[clangd] Fix crash in DefineInline::prepare()
Sam McCall
2019-11-11
1
-1
/
+1
*
[clangd] NFC, reuse the source manager variable in the RawStringLiteral apply...
Alex Lorenz
2019-11-08
1
-2
/
+1
*
[clangd] Add parameter renaming to define-inline code action
Kadir Cetinkaya
2019-10-31
1
-2
/
+108
*
[clangd] Add a hidden tweak to dump symbol under the cursor.
Haojian Wu
2019-10-29
1
-0
/
+27
*
[clangd] NFC, use URI::resolve to simplify the code.
Haojian Wu
2019-10-29
1
-9
/
+5
*
Remove extra ';'. NFCI.
Simon Pilgrim
2019-10-28
1
-1
/
+1
*
[clangd] Reland Store Index in Tweak::Selection
Kadir Cetinkaya
2019-10-28
2
-4
/
+10
*
[clangd] Reland DefineInline action apply logic with fully qualified names
Kadir Cetinkaya
2019-10-28
1
-4
/
+183
*
[clangd] Reland DefineInline action availability checks
Kadir Cetinkaya
2019-10-28
2
-0
/
+215
[next]