Manuel Klimek
|
64d42a2fb8
Restructure how we break tokens.
|
7 years ago |
Martin Probst
|
a152131020
clang-format: remove trailing lines in lamdas and arrow functions.
|
7 years ago |
Manuel Klimek
|
91f4dd295a
Implement more accurate penalty & trade-offs while breaking protruding tokens.
|
7 years ago |
Manuel Klimek
|
bf29fe4665
Refactor ContinuationIndenter's breakProtrudingToken logic.
|
7 years ago |
Daniel Jasper
|
0064a0c5f1
[clang-format] Handle unary operator overload with arguments and specifiers
|
7 years ago |
Krasimir Georgiev
|
f822d3299b
[clang-format] Handle CRLF correctly when formatting escaped newlines
|
7 years ago |
Krasimir Georgiev
|
bd3b05d2cc
[clang-format] Format raw string literals
|
7 years ago |
Krasimir Georgiev
|
4e0b56c202
[clang-format] Fix regression about short functions after #else
|
8 years ago |
Marek Kurdej
|
87f8a624e7
[clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is true.
|
8 years ago |
Chih-Hung Hsieh
|
e372125815
[clang-format] Adjust space around &/&& of structured bindings
|
8 years ago |
Manuel Klimek
|
9c03e2cb50
Fix clang-format's detection of structured bindings.
|
8 years ago |
Manuel Klimek
|
8b3beec439
Fix formatting of lambda introducers with initializers.
|
8 years ago |
Krasimir Georgiev
|
57065b2de4
[clang-format] New flag - BraceWrapping.AfterExternBlock
|
8 years ago |
Krasimir Georgiev
|
889a43bfc9
[clang-format] Fixed one-line if statement
|
8 years ago |
Marek Kurdej
|
824f38dfa3
[clang-format] Add support for C++17 structured bindings.
|
8 years ago |
Daniel Jasper
|
c55c0db172
clang-format: Fix indentation of macros in include guards (after r312125).
|
8 years ago |
Daniel Jasper
|
65f46ebaf9
clang-format: Fix formatting of for loops with multiple increments.
|
8 years ago |
David Blaikie
|
9f18034517
Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSIVE_CHECKS
|
8 years ago |
Krasimir Georgiev
|
31c7a3b61a
clang-format: Add preprocessor directive indentation
|
8 years ago |
Krasimir Georgiev
|
374e414b3a
[clang-format] Do not format likely xml
|
8 years ago |
Krasimir Georgiev
|
54dbd8436b
[clang-format] Fixed typedef enum brace wrapping
|
8 years ago |
Daniel Jasper
|
cb990cd710
[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for
|
8 years ago |
Krasimir Georgiev
|
823b3849ec
clang-format: Fix left pointer alignment after delctype/typeof
|
8 years ago |
Jacob Bandes-Storch
|
a84910e589
[clang-format] let PointerAlignment dictate spacing of function ref qualifiers
|
8 years ago |
Jacob Bandes-Storch
|
bfca5df301
clang-format: Fix bug with ENAS_DontAlign and empty lines
|
8 years ago |
Francois Ferrand
|
7349dc07fa
clang-format: merge short case labels with trailing comments
|
8 years ago |
Manuel Klimek
|
9359793849
Fix dereference of pointers in throw statements.
|
8 years ago |
Olivier Goffart
|
baa1507823
Keep the IdentifierInfo in the Token for alternative operator keyword
|
8 years ago |
Krasimir Georgiev
|
059cc9230c
[clang-format] Keep level of comment before an empty line
|
8 years ago |
Francois Ferrand
|
0ce8b803dc
clang-format: add options to merge empty record body
|
8 years ago |