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
/
unittests
/
Format
/
CleanupTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.
Yitzhak Mandelbaum
2019-09-17
1
-2
/
+7
*
[clang-format] Regroup #includes into blocks for Google style
Eric Liu
2019-04-03
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Tooling] Pull #include manipulation code from clangFormat into libToolingCore.
Eric Liu
2018-05-14
1
-548
/
+13
*
[clang-format] Refactor #include insertion/deletion functionality into a class.
Eric Liu
2018-05-04
1
-12
/
+74
*
Unittests misc. typos
Sylvestre Ledru
2018-02-06
1
-1
/
+1
*
clang-format: [JS] do not clean up duplicated commas.
Martin Probst
2017-05-29
1
-2
/
+11
*
[clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFC
Krasimir Georgiev
2017-04-21
1
-3
/
+2
*
[clang-format] revert an unintended change in r288493 and add a test case.
Eric Liu
2016-12-19
1
-0
/
+13
*
[clang-format] calculate MaxInsertOffset in the original code correctly.
Eric Liu
2016-12-09
1
-0
/
+24
*
[ClangFormat] Only insert #include into the #include block in the beginning o...
Eric Liu
2016-12-02
1
-0
/
+87
*
[Format] Cleanup after replacing constructor body with = default
Malcolm Parsons
2016-10-20
1
-0
/
+18
*
Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu
2016-10-05
1
-0
/
+18
*
[clang-format] append newline after code when inserting new headers at the en...
Eric Liu
2016-10-05
1
-3
/
+11
*
[clang-format] support header deletion in cleanupAroundReplacemnts.
Eric Liu
2016-09-23
1
-2
/
+57
*
Remove redundant comma around parenthesis in parameter list.
Eric Liu
2016-09-13
1
-56
/
+56
*
Also cleanup comments around redundant colons/commas in format::cleanup.
Eric Liu
2016-09-09
1
-13
/
+8
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-51
/
+75
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-9
/
+19
*
[clang-format] do not add existing includes.
Eric Liu
2016-06-14
1
-0
/
+23
*
[clang-format] make header guard identification stricter (with Lexer).
Eric Liu
2016-06-06
1
-0
/
+80
*
[clang-format] skip empty lines and comments in the top of the code when inse...
Eric Liu
2016-06-03
1
-7
/
+78
*
[clang-format] insert new #includes into correct blocks when cleaning up Repl...
Eric Liu
2016-05-31
1
-16
/
+272
*
[clang-format] moved unit tests related to replacements cleaner from FormatTe...
Eric Liu
2016-05-27
1
-0
/
+41
*
Make clang-format cleaner remove redundant commas in list and redundant colon...
Eric Liu
2016-05-18
1
-0
/
+127
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
1
-0
/
+118