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
/
UnwrappedLineFormatter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCa...
Mitchell Balan
2020-01-06
1
-0
/
+13
*
[clang-format] Add ability to wrap braces after multi-line control statements
Paul Hoad
2019-10-03
1
-7
/
+37
*
Clang-format: Add Whitesmiths indentation style
Paul Hoad
2019-09-22
1
-0
/
+6
*
[clang-format] Expand AllowShortBlocksOnASingleLine for WebKit
Owen Pan
2019-08-11
1
-5
/
+6
*
[clang-format] Add SpaceInEmptyBlock option for WebKit
Owen Pan
2019-08-10
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
clang-format: better handle namespace macros
Francois Ferrand
2019-06-06
1
-14
/
+26
*
[clang-format] Add basic support for formatting C# files
Paul Hoad
2019-03-21
1
-2
/
+4
*
[clang-format] BeforeHash added to IndentPPDirectives
Paul Hoad
2019-03-20
1
-2
/
+4
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-4
/
+6
*
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...
Paul Hoad
2019-03-13
1
-6
/
+4
*
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...
Paul Hoad
2019-03-13
1
-4
/
+6
*
[clang-format] [NFC] clang-format the Format library
Paul Hoad
2019-03-01
1
-12
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang-format] tweaked another case of lambda formatting
Krasimir Georgiev
2018-10-31
1
-4
/
+3
*
[clang-format] Do not merge short case labels if followed by a block.
Owen Pan
2018-09-21
1
-0
/
+2
*
[clang-format] Wrapped block after case label should not be merged into one line
Owen Pan
2018-09-13
1
-0
/
+4
*
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...
Sam McCall
2018-09-05
1
-2
/
+2
*
Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...
Jonas Toth
2018-09-02
1
-0
/
+6
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-5
/
+7
*
[clang-format] Respect BreakBeforeClosingBrace while calculating length
Krasimir Georgiev
2018-05-09
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-28
/
+28
*
Format closing braces when reformatting the line containing the opening brace.
Manuel Klimek
2018-04-23
1
-3
/
+6
*
[clang-format] Don't remove empty lines before namespace endings
Krasimir Georgiev
2018-04-19
1
-8
/
+10
*
Revert "[clang-format] Remove empty lines before }[;] // comment"
Krasimir Georgiev
2018-03-27
1
-5
/
+1
*
[clang-format] Remove empty lines before }[;] // comment
Krasimir Georgiev
2018-03-19
1
-1
/
+5
*
clang-format: use AfterControlStatement to format ObjC control blocks
Francois Ferrand
2018-02-27
1
-0
/
+8
*
[clang-format] Fix shortening blocks in macros causing merged next line
Krasimir Georgiev
2018-01-19
1
-3
/
+9
*
clang-format: [JS] do not collapse short classes.
Martin Probst
2017-11-25
1
-2
/
+7
*
clang-format: remove trailing lines in lamdas and arrow functions.
Martin Probst
2017-11-17
1
-0
/
+3
*
[clang-format] Format raw string literals
Krasimir Georgiev
2017-10-30
1
-24
/
+45
*
[clang-format] Fix regression about short functions after #else
Krasimir Georgiev
2017-10-02
1
-2
/
+1
*
clang-format clang-format.
Manuel Klimek
2017-09-20
1
-7
/
+8
*
[clang-format] New flag - BraceWrapping.AfterExternBlock
Krasimir Georgiev
2017-09-15
1
-2
/
+3
*
[clang-format] Fixed one-line if statement
Krasimir Georgiev
2017-09-11
1
-42
/
+108
*
clang-format: Add preprocessor directive indentation
Krasimir Georgiev
2017-08-30
1
-0
/
+4
*
clang-format: merge short case labels with trailing comments
Francois Ferrand
2017-07-28
1
-2
/
+21
*
clang-format: add options to merge empty record body
Francois Ferrand
2017-06-30
1
-5
/
+23
*
clang-format: introduce InlineOnly short function style
Francois Ferrand
2017-06-21
1
-1
/
+1
*
clang-format: Improve understanding of combined typedef+record declarations
Daniel Jasper
2017-06-19
1
-2
/
+5
*
clang-format: Add CompactNamespaces option
Francois Ferrand
2017-06-14
1
-4
/
+65
*
clang-format: add option to merge empty function body
Francois Ferrand
2017-06-13
1
-1
/
+10
*
[clang-format] Make NoLineBreakFormatter respect MustBreakBefore
Krasimir Georgiev
2017-05-18
1
-1
/
+2
*
[clang-format] Replace IncompleteFormat by a struct with Line
Krasimir Georgiev
2017-04-21
1
-2
/
+5
*
[clang-format] Fix parameter name comment; NFC
Krasimir Georgiev
2017-03-08
1
-1
/
+1
*
[clang-format] Refactor WhitespaceManager and friends
Daniel Jasper
2017-01-31
1
-25
/
+21
*
[clang-format] Fixed line merging of more than two lines
Cameron Desrochers
2016-11-15
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-0
/
+1
*
clang-format: [JS] Introduce JavaScriptWrapImports option.
Martin Probst
2016-06-13
1
-1
/
+3
*
clang-format: Don't format unrelated nested blocks.
Daniel Jasper
2016-02-29
1
-1
/
+3
[next]