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
...
*
Keep Chromium ObjC column limit at 80 for consistency with C++
Nico Weber
2017-01-31
1
-0
/
+2
*
clang-format: [JS] do not format MPEG transport streams.
Martin Probst
2017-01-27
1
-1
/
+12
*
clang-format: fix fallback style set to "none" not always formatting
Antonio Maiorano
2017-01-20
1
-6
/
+6
*
clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
Antonio Maiorano
2017-01-17
1
-35
/
+29
*
Change clang-format's Chromium JavaScript defaults
Nico Weber
2017-01-04
1
-0
/
+3
*
Use after move bug fixes
Piotr Padlewski
2016-12-23
1
-6
/
+9
*
Make FormatStyle.GetStyleOfFile test work on MSVC
Antonio Maiorano
2016-12-22
1
-1
/
+5
*
[clang-format] revert an unintended change in r288493 and add a test case.
Eric Liu
2016-12-19
1
-1
/
+1
*
Update the default of the Mozilla coding style
Sylvestre Ledru
2016-12-14
1
-1
/
+3
*
clang-format: Separate out a language kind for ObjC.
Daniel Jasper
2016-12-12
1
-1
/
+15
*
[clang-format] calculate MaxInsertOffset in the original code correctly.
Eric Liu
2016-12-09
1
-0
/
+2
*
[ClangFormat] Only insert #include into the #include block in the beginning o...
Eric Liu
2016-12-02
1
-30
/
+100
*
[Format] Avoid copying std::sets and simplify code a bit.
Benjamin Kramer
2016-11-24
1
-3
/
+3
*
[clang-format] Remove (SourceManager, FileID) variants
Daniel Jasper
2016-11-08
1
-19
/
+0
*
[Format] Cleanup after replacing constructor body with = default
Malcolm Parsons
2016-10-20
1
-0
/
+1
*
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it
Reid Kleckner
2016-10-19
1
-1
/
+1
*
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
[prev]
[next]