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
/
ExtractVariable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Make Tweak::Selection movable. NFC
Sam McCall
2019-12-16
1
-3
/
+4
*
[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
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clangd] Refactor computation of extracted expr in ExtractVariable tweak. NFC
Sam McCall
2019-08-12
1
-61
/
+66
*
[clangd] Disallow extraction of expression-statements.
Sam McCall
2019-08-09
1
-48
/
+77
*
[clangd] Support extraction of binary "subexpressions" like a + [[b + c]].
Sam McCall
2019-07-26
1
-16
/
+157
*
[Clangd] Disable ExtractVariable for all types of assignments
Shaurya Gupta
2019-07-26
1
-1
/
+1
*
[Clangd] Fixed ExtractVariable for certain types of Exprs
Shaurya Gupta
2019-07-24
1
-27
/
+84
*
[Clangd] Changed ExtractVariable to only work on non empty selections
Shaurya Gupta
2019-07-18
1
-1
/
+2
*
[clangd] Fix an assertion crash in "ExtractVariable" tweak
Haojian Wu
2019-07-11
1
-1
/
+1
*
Fixed assertion
Shaurya Gupta
2019-07-09
1
-1
/
+1
*
dummy variable extraction on a function scope
Shaurya Gupta
2019-07-09
1
-0
/
+243