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
/
lib
/
Format
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make DeletedLines local variables in checkEmptyNamespace.
Eric Liu
2016-10-05
1
-5
/
+6
*
[clang-format] append newline after code when inserting new headers at the en...
Eric Liu
2016-10-05
1
-0
/
+9
*
[clang-format] support header deletion in cleanupAroundReplacemnts.
Eric Liu
2016-09-23
1
-2
/
+29
*
clang-format: [JS] do not wrapp @returns tags.
Martin Probst
2016-09-21
1
-1
/
+2
*
clang-format: [JS] Do not wrap taze annotation comments.
Martin Probst
2016-09-18
1
-1
/
+1
*
Remove redundant comma around parenthesis in parameter list.
Eric Liu
2016-09-13
1
-0
/
+2
*
Also cleanup comments around redundant colons/commas in format::cleanup.
Eric Liu
2016-09-09
1
-0
/
+2
*
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
Daniel Jasper
2016-09-07
1
-1
/
+1
*
clang-format: [JavaScript] Do requoting in a separate pass
Daniel Jasper
2016-09-07
1
-44
/
+64
*
clang-format: [JS] merge requoting replacements.
Martin Probst
2016-09-02
1
-4
/
+5
*
clang-format: Set default WebKit style to use C++11.
Daniel Jasper
2016-08-31
1
-1
/
+0
*
clang-format: Correctly calculate affected ranges when sorting #includes.
Daniel Jasper
2016-08-30
1
-4
/
+4
*
Make clang-format remove duplicate headers when sorting #includes.
Eric Liu
2016-08-10
1
-26
/
+63
*
clang-format: Add SpaceAfterTemplate
Sylvestre Ledru
2016-08-09
1
-0
/
+3
*
Implement tooling::Replacements as a class.
Eric Liu
2016-08-01
1
-16
/
+38
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...
Eric Liu
2016-07-11
1
-9
/
+13
*
clang-format: [JS] Add a Closure Compiler JSDoc tags to the default
Daniel Jasper
2016-06-21
1
-1
/
+1
*
[clang-format] do not add existing includes.
Eric Liu
2016-06-14
1
-1
/
+7
*
clang-format: [JS] Initialize new configuration value.
Martin Probst
2016-06-13
1
-0
/
+2
*
clang-format: [JS] Indent namespaces in JavaScript/TS by default.
Martin Probst
2016-06-13
1
-0
/
+1
*
clang-format: [JS] Introduce JavaScriptWrapImports option.
Martin Probst
2016-06-13
1
-1
/
+3
*
[clang-format] pass Style by reference instead of value.
Eric Liu
2016-06-11
1
-1
/
+1
*
[clang-format] make header guard identification stricter (with Lexer).
Eric Liu
2016-06-06
1
-23
/
+51
*
[clang-format] skip empty lines and comments in the top of the code when inse...
Eric Liu
2016-06-03
1
-8
/
+23
*
clang-format: [JS] Sort imported symbols.
Martin Probst
2016-06-01
1
-8
/
+2
*
Avoid unused variable warning in release builds.
Benjamin Kramer
2016-05-31
1
-0
/
+1
*
[clang-format] insert new #includes into correct blocks when cleaning up Repl...
Eric Liu
2016-05-31
1
-34
/
+177
*
clang-format: [JS] sort ES6 imports.
Martin Probst
2016-05-20
1
-781
/
+24
*
[clang-format] Make formatReplacements() also sort #includes.
Eric Liu
2016-05-18
1
-1
/
+11
*
[clang-format] Make FormatTokenLess::operator() const.
Eric Liu
2016-05-18
1
-1
/
+1
*
Make clang-format cleaner remove redundant commas in list and redundant colon...
Eric Liu
2016-05-18
1
-0
/
+48
*
clang-format: [JS] simplify logic by parsing forward.
Martin Probst
2016-05-17
1
-65
/
+36
*
clang-format: [JS] fix template string width counting.
Martin Probst
2016-05-17
1
-45
/
+23
*
clang-format: [JS] respect clang-format off when requoting strings.
Martin Probst
2016-05-12
1
-1
/
+1
*
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...
Eric Liu
2016-04-28
1
-63
/
+53
*
Addressed review's comments.
Eric Liu
2016-04-28
1
-1
/
+1
*
Added Fixer implementation and fix() interface in clang-format for removing r...
Eric Liu
2016-04-25
1
-258
/
+423
*
clang-format: Implemented tab usage for continuation and indentation
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+2
*
clang-format: Allow include of clangFormat.h in managed context
Marianne Mailhot-Sarrasin
2016-04-14
1
-0
/
+1
*
Added formatAndApplyAllReplacements that works on multiple files in libTooling.
Eric Liu
2016-03-29
1
-11
/
+1
*
Added support for different VFSs in format::getStyle. Disable platform-relate...
Eric Liu
2016-03-24
1
-8
/
+17
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-17
/
+7
*
Revert "removed redundant comment in format::getStyle."
Eric Liu
2016-03-24
1
-7
/
+17
*
Revert "Added support for different VFSs in format::getStyle."
Eric Liu
2016-03-24
1
-17
/
+7
*
Revert "removed redundant comment in format::getStyle."
Eric Liu
2016-03-24
1
-1
/
+2
*
removed redundant comment in format::getStyle.
Eric Liu
2016-03-24
1
-2
/
+1
*
Added support for different VFSs in format::getStyle.
Eric Liu
2016-03-24
1
-7
/
+17
*
Test commit access to clang repo.
Eric Liu
2016-03-24
1
-0
/
+1
*
clang-format: Make include sorting's main include detection configurable.
Daniel Jasper
2016-03-21
1
-2
/
+9
[next]