Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
09244f39ddb806a487c04032b51f588ffb6a5c84
/
clang
/
unittests
/
Format
/
FormatTest.cpp
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
9183422
[clang-format] Implement comment reflowing.
by Krasimir Georgiev
· 9 years ago
7eb7507
clang-format: fix fallback style set to "none" not always formatting
by Antonio Maiorano
· 9 years ago
3adfb6a
clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle
by Antonio Maiorano
· 9 years ago
240527c
clang-format: Always wrap before multi-line parameters/operands.
by Daniel Jasper
· 9 years ago
e61f9f9
clang-format: Fix bug in making line break decisions.
by Daniel Jasper
· 9 years ago
e371010
clang-format: Fix regression introduced by r291801.
by Daniel Jasper
· 9 years ago
d1a9d8acd
clang-format: Treat braced lists like other complex parameters.
by Daniel Jasper
· 9 years ago
c941e7d
clang-format: Improve support for override/final as variable names.
by Daniel Jasper
· 9 years ago
2388861
clang-format: Less eagerly try to keep label-value pairs on a line.
by Daniel Jasper
· 9 years ago
34c0376
Make FormatStyle.GetStyleOfFile test work on MSVC
by Antonio Maiorano
· 9 years ago
083d170
clang-format: Fix bug in handling of single-column lists.
by Daniel Jasper
· 9 years ago
f789f05
clang-format: Fix bug in understanding string-label&value analysis.
by Daniel Jasper
· 9 years ago
7aacf46
clang-format: Slightly tweak the behavior of <<-wrapping.
by Daniel Jasper
· 9 years ago
ff8d6136
clang-format: Fix regression introduced in r290084.
by Daniel Jasper
· 9 years ago
e616966
clang-format: Allow "single column" list layout even if that violates the
by Daniel Jasper
· 9 years ago
7209bb9
clang-format: Keep string-literal-label + value pairs on a line.
by Daniel Jasper
· 9 years ago
e4ada02
clang-format: Improve braced-list detection.
by Daniel Jasper
· 9 years ago
03a04fe
clang-format: Separate out a language kind for ObjC.
by Daniel Jasper
· 9 years ago
22ed262
clang-format: Wrap complex binary expressions on the RHS of a comma.
by Daniel Jasper
· 9 years ago
35e4122
clang-format: Fix unnnecessary line break.
by Daniel Jasper
· 9 years ago
1991e5d
[clang-format] Fixed line merging of more than two lines
by Cameron Desrochers
· 9 years ago
fd36f0b
clang-format: Support ObjC selectors with unnamed parameters.
by Daniel Jasper
· 9 years ago
b2673a1
[clang-format] Fix PR30527: Regression when clang-format insert spaces in [] when in template
by Nico Weber
· 9 years ago
a432208
clang-format: Better support for CUDA's triple brackets.
by Daniel Jasper
· 9 years ago
6af3f14
Fixed column shift when formatting line containing bit shift operators
by Malcolm Parsons
· 9 years ago
28b4d51
clang-format: Fix bug in function reference qualifier detection.
by Daniel Jasper
· 9 years ago
d0d27aa
clang-format: Fix incorrect pointer detection.
by Daniel Jasper
· 9 years ago
3ade3be
clang-format: Fix incorrect binary operator detection.
by Daniel Jasper
· 9 years ago
fda47cd
Skip over AnnotatedLines with >50 levels of nesting; don't format them.
by Daniel Jasper
· 9 years ago
a9a8fde
Bug 28065 - clang-format incorrectly aligns backslash.
by Andi-Bogdan Postelnicu
· 9 years ago
85d1f0b
clang-format: Fix bad multi-variable for-loop formatting.
by Daniel Jasper
· 9 years ago
e31388a
[clang-format] Don't allow newline after uppercase Obj-C block return types
by Daniel Jasper
· 9 years ago
3f2cde9
clang-format: Only special-case top-level */& in multivar-declstmts.
by Daniel Jasper
· 9 years ago
83bbd57
clang-format: Add SpaceAfterTemplate
by Sylvestre Ledru
· 9 years ago
40ef2fb
Implement tooling::Replacements as a class.
by Eric Liu
· 9 years ago
3134383
clang-format: Fix incorrect detection of QT-signals access specifier.
by Daniel Jasper
· 9 years ago
4f8d994
Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
by Eric Liu
· 9 years ago
1f5d637
clang-format: Restrict r272537 to function ref qualifiers.
by Daniel Jasper
· 9 years ago
2156166
clang-format: Fix incorrect function type detection.
by Daniel Jasper
· 9 years ago
43e4d3a
clang-format: Don't merge const and &, e.g. in function ref qualifiers.
by Daniel Jasper
· 9 years ago
594be2f
clang-format: Fix incorrect cast detection.
by Daniel Jasper
· 9 years ago
87448c5
clang-format: Don't indent lambda body relative to its return type.
by Daniel Jasper
· 9 years ago
acadc8e
clang-format: Fix incorrect calculation of "length" of /**/ comments.
by Daniel Jasper
· 9 years ago
2b4d6ea
clang-format: Fix bug in function ref qualifier identification.
by Daniel Jasper
· 9 years ago
99302ed
clang-format: Allow splitting the line after /**/-comments.
by Daniel Jasper
· 9 years ago
1ef6845
[clang-format] moved unit tests related to replacements cleaner from FormatTest.cpp to CleanUpTest.cpp.
by Eric Liu
· 9 years ago
Next »