Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 vuotta sitten |
Martin Probst
|
112ff305be
clang-format: fix a crash in comment wraps.
|
7 vuotta sitten |
Krasimir Georgiev
|
323c6c5e52
[clang-format] Indent after breaking Javadoc annotated line
|
7 vuotta sitten |
Krasimir Georgiev
|
6fc954314a
[clang-format] Fix crash while reflowing backslash in comments
|
7 vuotta sitten |
Nicola Zaghen
|
ff0626ea3c
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
|
7 vuotta sitten |
Mark Zeren
|
893efa76e2
[clang-format] In tests, expected code should be format-stable
|
7 vuotta sitten |
Manuel Klimek
|
b779bc4dd1
Fix bug where we wouldn't break columns over the limit.
|
7 vuotta sitten |
Manuel Klimek
|
64d42a2fb8
Restructure how we break tokens.
|
7 vuotta sitten |
Manuel Klimek
|
91f4dd295a
Implement more accurate penalty & trade-offs while breaking protruding tokens.
|
7 vuotta sitten |
Manuel Klimek
|
bf29fe4665
Refactor ContinuationIndenter's breakProtrudingToken logic.
|
7 vuotta sitten |
Krasimir Georgiev
|
4fd3ff53bc
[clang-format] Support python-style comments in text protos
|
7 vuotta sitten |
Krasimir Georgiev
|
e58dc968a1
[clang-format] Break non-trailing comments, try 2
|
7 vuotta sitten |
Krasimir Georgiev
|
1b8529eb2f
[clang-format] Emit absolute splits before lines for comments, try 2
|
8 vuotta sitten |
Krasimir Georgiev
|
deada28d59
Revert "[clang-format] Break non-trailing block comments"
|
8 vuotta sitten |
Krasimir Georgiev
|
4bf0c5df66
Revert "[clang-format] Emit absolute splits before lines for comments"
|
8 vuotta sitten |
Krasimir Georgiev
|
d2a520ee9e
[clang-format] Emit absolute splits before lines for comments
|
8 vuotta sitten |
Krasimir Georgiev
|
4d26b24b68
[clang-format] Align trailing comments if ColumnLimit is 0
|
8 vuotta sitten |
Krasimir Georgiev
|
6fb41bb447
[clang-format] Break non-trailing block comments
|
8 vuotta sitten |
Krasimir Georgiev
|
6fc7e24c55
[clang-format] Fix comment levels between '} else {' and PPDirective.
|
8 vuotta sitten |
Krasimir Georgiev
|
98d12e2907
[clang-format] Fix comment levels between '}' and PPDirective
|
8 vuotta sitten |
Krasimir Georgiev
|
059cc9230c
[clang-format] Keep level of comment before an empty line
|
8 vuotta sitten |
Krasimir Georgiev
|
942d6e44a9
[clang-format] Fix alignment of preprocessor trailing comments
|
8 vuotta sitten |
Krasimir Georgiev
|
2241c1625a
[clang-format] Don't align too long broken trailing comments
|
8 vuotta sitten |
Francois Ferrand
|
6c88fb85c2
clang-format: do not reflow bullet lists
|
8 vuotta sitten |
Krasimir Georgiev
|
51ee6cef43
[clang-format] Keep trailing preprocessor line comments separate from the following section comments
|
8 vuotta sitten |
Krasimir Georgiev
|
422116da28
clang-format: fix prefix for doxygen comments after member
|
8 vuotta sitten |
Krasimir Georgiev
|
f47413706b
[clang-format] Replace IncompleteFormat by a struct with Line
|
8 vuotta sitten |
Richard Smith
|
9ea711133f
Fix mishandling of escaped newlines followed by newlines or nuls.
|
8 vuotta sitten |
Daniel Jasper
|
59d31eb1ff
Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.
|
8 vuotta sitten |
Daniel Jasper
|
948ee9b211
clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.
|
8 vuotta sitten |