Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f8b51c5f90c60aceedef9ed185eeac58f501075a
/
clang
/
unittests
/
Format
/
FormatTest.cpp
788a222
[clang-format] Improve detection of Objective-C block types
by Ben Hamilton
· 8 years ago
b060ad8
[clang-format] Don't detect C++11 attribute specifiers as ObjC
by Ben Hamilton
· 8 years ago
1d6c6ee
[clang-format] Improve detection of ObjC for-in statements
by Ben Hamilton
· 8 years ago
446d6ec
[clang-format] fix handling of consecutive unary operators
by Krasimir Georgiev
· 8 years ago
2a9ea78
[clang-format] Add SpaceBeforeColon option
by Francois Ferrand
· 8 years ago
6e06635
[clang-format] Tidy up new API guessLanguage()
by Ben Hamilton
· 8 years ago
0b2f774
Resolve build bot problems in unittests/Format/FormatTest.cpp
by Bjorn Pettersson
· 8 years ago
07e5836
[clang-format] Fix regression when getStyle() called with empty filename
by Ben Hamilton
· 8 years ago
3b345c3
[clang-format] New API guessLanguage()
by Ben Hamilton
· 8 years ago
1c3afaf
[clang-format] Re-land: Fixup #include guard indents after parseFile()
by Mark Zeren
· 8 years ago
b0cc6ed
Revert "[clang-format] Fixup #include guard indents after parseFile()"
by Mark Zeren
· 8 years ago
0dc13cd
[clang-format] Fixup #include guard indents after parseFile()
by Mark Zeren
· 8 years ago
d2b2ac6
[clang-format] Align preprocessor comments with #
by Mark Zeren
· 8 years ago
412ed09
[clang-format] Adds a canonical delimiter to raw string formatting
by Krasimir Georgiev
· 8 years ago
bf4cdda
[clang-format] Fix shortening blocks in macros causing merged next line
by Krasimir Georgiev
· 8 years ago
2537e22
[clang-format] adds enclosing function detection to raw string formatting
by Krasimir Georgiev
· 8 years ago
4527f13
[clang-format] Reorganize RawStringFormat based on language
by Krasimir Georgiev
· 8 years ago
67d48650
[clang-format] [NFC] Remove comment
by Mark Zeren
· 8 years ago
c70f1d6
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
by Richard Smith
· 8 years ago
0b58c32
Better trade-off for excess characters vs. staying within the column limits.
by Manuel Klimek
· 8 years ago
93699f4
Restructure how we break tokens.
by Manuel Klimek
· 8 years ago
a004b3f
clang-format: remove trailing lines in lamdas and arrow functions.
by Martin Probst
· 8 years ago
7786614
Implement more accurate penalty & trade-offs while breaking protruding tokens.
by Manuel Klimek
· 8 years ago
45ab559
Refactor ContinuationIndenter's breakProtrudingToken logic.
by Manuel Klimek
· 8 years ago
bbf5f4e
[clang-format] Handle unary operator overload with arguments and specifiers
by Daniel Jasper
· 8 years ago
7f64fa8
[clang-format] Handle CRLF correctly when formatting escaped newlines
by Krasimir Georgiev
· 8 years ago
9ad83fe
[clang-format] Format raw string literals
by Krasimir Georgiev
· 8 years ago
6a1c9d5
[clang-format] Fix regression about short functions after #else
by Krasimir Georgiev
· 8 years ago
caf6fd5
[clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is true.
by Marek Kurdej
· 8 years ago
30cd301
[clang-format] Adjust space around &/&& of structured bindings
by Chih-Hung Hsieh
· 8 years ago
e411aa8
Fix clang-format's detection of structured bindings.
by Manuel Klimek
· 8 years ago
9f0a4e5
Fix formatting of lambda introducers with initializers.
by Manuel Klimek
· 8 years ago
d6ce937
[clang-format] New flag - BraceWrapping.AfterExternBlock
by Krasimir Georgiev
· 8 years ago
3b0b50b
[clang-format] Fixed one-line if statement
by Krasimir Georgiev
· 8 years ago
ceeb8b9
[clang-format] Add support for C++17 structured bindings.
by Marek Kurdej
· 8 years ago
4df130f
clang-format: Fix indentation of macros in include guards (after r312125).
by Daniel Jasper
· 8 years ago
7b85a19
clang-format: Fix formatting of for loops with multiple increments.
by Daniel Jasper
· 8 years ago
ea95dd7
Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSIVE_CHECKS
by David Blaikie
· 8 years ago
ad47c90
clang-format: Add preprocessor directive indentation
by Krasimir Georgiev
· 8 years ago
a2e7d0d
[clang-format] Do not format likely xml
by Krasimir Georgiev
· 8 years ago
81341d7
[clang-format] Fixed typedef enum brace wrapping
by Krasimir Georgiev
· 8 years ago
4917af6
[Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for
by Daniel Jasper
· 8 years ago
9b5a89b
clang-format: Fix left pointer alignment after delctype/typeof
by Krasimir Georgiev
· 8 years ago
58933c5
[clang-format] let PointerAlignment dictate spacing of function ref qualifiers
by Jacob Bandes-Storch
· 8 years ago
d6a7e98
clang-format: Fix bug with ENAS_DontAlign and empty lines
by Jacob Bandes-Storch
· 8 years ago
a64ba70
clang-format: merge short case labels with trailing comments
by Francois Ferrand
· 8 years ago
06b575c
Fix dereference of pointers in throw statements.
by Manuel Klimek
· 8 years ago
90f981b
Keep the IdentifierInfo in the Token for alternative operator keyword
by Olivier Goffart
· 8 years ago
e092634
[clang-format] Keep level of comment before an empty line
by Krasimir Georgiev
· 8 years ago
ad72256
clang-format: add options to merge empty record body
by Francois Ferrand
· 8 years ago
d2130f5
clang-format: Do not binpack initialization lists
by Francois Ferrand
· 8 years ago
ac16a20
[clang-format] Add a SortUsingDeclaration option and enable it by default
by Krasimir Georgiev
· 8 years ago
d3f0e3d
clang-format: introduce InlineOnly short function style
by Francois Ferrand
· 8 years ago
5f07f44
clang-format: Fix C99 designated initializers corner cases
by Francois Ferrand
· 8 years ago
f92659e
clang-format: Improve understanding of combined typedef+record declarations
by Daniel Jasper
· 8 years ago
6a7d5a7
clang-format: Handle "if constexpr".
by Daniel Jasper
· 8 years ago
e56a829
clang-format: Add CompactNamespaces option
by Francois Ferrand
· 8 years ago
2a81ca8
clang-format: add option to merge empty function body
by Francois Ferrand
· 8 years ago
a6b6d51
clang-format: Introduce BreakConstructorInitializers option
by Francois Ferrand
· 8 years ago
9976efa
clang-format: Allow customizing the penalty for breaking assignment
by Francois Ferrand
· 8 years ago
2c1cdae
JavaScript allows parameter lists to include trailing commas:
by Martin Probst
· 8 years ago
7fdbb3f
[clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign
by Daniel Jasper
· 8 years ago
988e7e4
[clang-format] Don’t propagate AvoidBinPacking into argument subexpressions
by Daniel Jasper
· 8 years ago
cab4617
clang-format: Fix bad corner case in formatting of function types.
by Daniel Jasper
· 8 years ago
bcda54b
[clang-format] Replace IncompleteFormat by a struct with Line
by Krasimir Georgiev
· 8 years ago
d4fa2e6
[clang-format] Handle NSString literals by merging tokens.
by Alexander Kornienko
· 9 years ago
dc06518
clang-format: Support formatting utf-8 character literals in C++11+ mode.
by Nico Weber
· 9 years ago
92b397f
Fix issues in clang-format's AlignConsecutive modes.
by Nikola Smiljanic
· 9 years ago
c9c51c4
[clang-format] disable adding extra space after MSVC '__super' keyword
by Martin Probst
· 9 years ago
04bbda9
clang-format: Fix bug in wrapping behavior of operators.
by Daniel Jasper
· 9 years ago
0ef8ee1
[clang-format] Add option to break before inheritance separation operator in class declaration.
by Andi-Bogdan Postelnicu
· 9 years ago
bc05eba
[clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtrudingToken
by Krasimir Georgiev
· 9 years ago
628dd85
clang-format: Get slightly better at understanding */&.
by Daniel Jasper
· 9 years ago
4743e2d
[clang-format] Followup of D30646 - unbreak the build
by Andi-Bogdan Postelnicu
· 9 years ago
6732989
[clang-format] Fixed indent issue when adding a comment at the end of a return type in named function declaration.
by Andi-Bogdan Postelnicu
· 9 years ago
9163fe2
[clang-format] Use number of unwrapped lines for short namespace
by Krasimir Georgiev
· 9 years ago
32eaa86
[clang-format] Add a new flag FixNamespaceComments to FormatStyle
by Krasimir Georgiev
· 9 years ago
d96ae86
clang-format: Fix many Objective-C formatting regressions from r289428
by Nico Weber
· 9 years ago
d9b319e
clang-format: Prevent weird line-wraps in complex lambda introducers
by Daniel Jasper
· 9 years ago
23c2b5a
clang-format: Don't remove existing spaces between identifier and ::.
by Daniel Jasper
· 9 years ago
bb99a36
[clang-format] Align block comment decorations
by Krasimir Georgiev
· 9 years ago
2108880
clang-format: don't break code using __has_include, PR31908
by Nico Weber
· 9 years ago
fd0dda7
[clang-format] Move comment tests to their own file.
by Krasimir Georgiev
· 9 years ago
f62f958
[clang-format] Break before a sequence of line comments aligned with the next line.
by Krasimir Georgiev
· 9 years ago
697a8ec
clang-format: Fix bad variable declaration detection.
by Daniel Jasper
· 9 years ago
2db1b4a
clang-format: Fix bug with conflicting BreakBeforeBinaryOperations and AlignAfterOpenBracket
by Daniel Jasper
· 9 years ago
d105b72
[clang-format] Re-align broken comment lines where appropriate.
by Krasimir Georgiev
· 9 years ago
00c5c72
[clang-format] Don't reflow across comment pragmas.
by Krasimir Georgiev
· 9 years ago
b6ccd38
[clang-format] Fix breaking of comment sections in unwrapped lines containing newlines.
by Krasimir Georgiev
· 9 years ago
28912c0
[clang-format] Don't reflow lines starting with TODO, FIXME or XXX.
by Krasimir Georgiev
· 9 years ago
c3aa05c
clang-format: Do not use two-argument/operand special case with no alignment
by Daniel Jasper
· 9 years ago
b127039
clang-format: Fix incorrect line breaks after forced operator wraps.
by Daniel Jasper
· 9 years ago
13dbaa0
[clang-format] Fix regression about not aligning trailing comments in case they were previously aligned, but at different indent.
by Krasimir Georgiev
· 9 years ago
21f7dea
clang-format: Don't force-wrap multiline RHSs for 2-operand experssions.
by Daniel Jasper
· 9 years ago
b796ceb
[clang-format] Fix regression about adding leading whitespace to the content of line comments
by Krasimir Georgiev
· 9 years ago
af1b962
[clang-format] Fix reflow in block comment lines with leading whitespace.
by Krasimir Georgiev
· 9 years ago
753625b
[clang-format] Fix regression merging comments across newlines.
by Krasimir Georgiev
· 9 years ago
8f62cf7
[clang-format] Don't reflow comment lines starting with '@'.
by Krasimir Georgiev
· 9 years ago
e518e0b
[clang-format] Fix regression that breaks comments without a comment prefix
by Krasimir Georgiev
· 9 years ago
8432161
[clang-format] Separate line comment sections after a right brace from comment sections in the scope.
by Krasimir Georgiev
· 9 years ago
Next »