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
/
tweaks
/
ExtractFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Make Tweak::Selection movable. NFC
Sam McCall
2019-12-16
1
-4
/
+4
*
[clangd] Allow extract-to-function on regions that always return.
Sam McCall
2019-12-09
1
-14
/
+51
*
[clangd] NFC, add getLangOpts helper to ParsedAST
Alex Lorenz
2019-12-04
1
-2
/
+2
*
[Clangd] ExtractFunction: Don't extract body of enclosing function.
Shaurya Gupta
2019-10-02
1
-8
/
+21
*
[Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)
Shaurya Gupta
2019-10-02
1
-4
/
+14
*
[clangd] SelectionTree should mark a node as fully-selected if the only claim...
Sam McCall
2019-10-02
1
-6
/
+3
*
[clangd] Support multifile edits as output of Tweaks
Kadir Cetinkaya
2019-09-09
1
-1
/
+1
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-1
/
+1
*
[Clangd] ExtractFunction Added checks for broken control flow
Shaurya Gupta
2019-08-30
1
-13
/
+59
*
[Clangd] NFC: Added fixme for checking for local/anonymous types for extracte...
Shaurya Gupta
2019-08-29
1
-0
/
+1
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-08-29
1
-0
/
+1
*
[Clangd] Initial version of ExtractFunction
Shaurya Gupta
2019-08-28
1
-0
/
+605