Paul Hoad
|
04d93a17d3
[clang-format] Add ability to wrap braces after multi-line control statements
|
5 years ago |
Paul Hoad
|
9170534768
Clang-format: Add Whitesmiths indentation style
|
6 years ago |
Owen Pan
|
d671e605e4
[clang-format] Expand AllowShortBlocksOnASingleLine for WebKit
|
6 years ago |
Owen Pan
|
5de7b9a551
[clang-format] Add SpaceInEmptyBlock option for WebKit
|
6 years ago |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 years ago |
Francois Ferrand
|
c65fb39b92
clang-format: better handle namespace macros
|
6 years ago |
Paul Hoad
|
e2755ead71
[clang-format] Add basic support for formatting C# files
|
6 years ago |
Paul Hoad
|
9c0f34221d
[clang-format] BeforeHash added to IndentPPDirectives
|
6 years ago |
Paul Hoad
|
fed577da96
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present
|
6 years ago |
Paul Hoad
|
c7f101d7ac
Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present"
|
6 years ago |
Paul Hoad
|
0ba0294ffd
[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if an "else" statement is present
|
6 years ago |
Paul Hoad
|
70f886033a
[clang-format] [NFC] clang-format the Format library
|
6 years ago |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Krasimir Georgiev
|
262f33340b
[clang-format] tweaked another case of lambda formatting
|
6 years ago |
Owen Pan
|
ba1471ee75
[clang-format] Do not merge short case labels if followed by a block.
|
7 years ago |
Owen Pan
|
903444bc95
[clang-format] Wrapped block after case label should not be merged into one line
|
7 years ago |
Sam McCall
|
024b9a4311
clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'export' specifier
|
7 years ago |
Jonas Toth
|
1bc73590ad
Fix Bug 38713: clang-format mishandles a short block after "default:" in a switch statement
|
7 years ago |
Nicola Zaghen
|
ff0626ea3c
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
|
7 years ago |
Krasimir Georgiev
|
5d18b5a0d3
[clang-format] Respect BreakBeforeClosingBrace while calculating length
|
7 years ago |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 years ago |
Manuel Klimek
|
3a450c6074
Format closing braces when reformatting the line containing the opening brace.
|
7 years ago |
Krasimir Georgiev
|
f5169f5088
[clang-format] Don't remove empty lines before namespace endings
|
7 years ago |
Krasimir Georgiev
|
fca35ec59e
Revert "[clang-format] Remove empty lines before }[;] // comment"
|
7 years ago |
Krasimir Georgiev
|
1d55d15d7f
[clang-format] Remove empty lines before }[;] // comment
|
7 years ago |
Francois Ferrand
|
f555279b9a
clang-format: use AfterControlStatement to format ObjC control blocks
|
7 years ago |
Krasimir Georgiev
|
ce000e5010
[clang-format] Fix shortening blocks in macros causing merged next line
|
7 years ago |
Martin Probst
|
44d2f95d42
clang-format: [JS] do not collapse short classes.
|
7 years ago |
Martin Probst
|
a152131020
clang-format: remove trailing lines in lamdas and arrow functions.
|
7 years ago |
Krasimir Georgiev
|
bd3b05d2cc
[clang-format] Format raw string literals
|
7 years ago |