Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
24e19e4f96abd12f3f4b72b8a315b8ac257bc88f
/
lib
/
Format
/
Format.cpp
24e19e4
Fix function declaration behavior.
by Daniel Jasper
· 11 years ago
54b4e44
Cut-off clang-format analysis.
by Daniel Jasper
· 11 years ago
107db3c
Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
by Alexander Kornienko
· 11 years ago
885f87b
Clang-format: allow -style="{yaml/json}" on command line
by Alexander Kornienko
· 11 years ago
399914b
Slightly modify the formatting rules for braced lists.
by Daniel Jasper
· 11 years ago
5d5b424
Don't insert a break into include lines with trailing comments.
by Daniel Jasper
· 11 years ago
f11bbb9
Add option to put short loops on a single line.
by Daniel Jasper
· 11 years ago
8a99945
Add a more convenient interface to use clang-format.
by Daniel Jasper
· 11 years ago
058f6f8
Comments should not prevent single-line functions.
by Daniel Jasper
· 11 years ago
9a2f8d0
Add back accidentally deleted line and add test for it.
by Daniel Jasper
· 11 years ago
5be59ba
Don't put short namespace on a single line.
by Daniel Jasper
· 11 years ago
33f4b90
Break function declarations after multi-line return types.
by Daniel Jasper
· 11 years ago
9f32161
Don't merge one-line functions in weird brace styles.
by Daniel Jasper
· 11 years ago
caf42a3
Remove diagnostics from clang-format.
by Daniel Jasper
· 11 years ago
d741f02
Fix expression breaking for one-parameter-per-line styles.
by Daniel Jasper
· 11 years ago
84f5ddf
Correctly determine ranges for clang-format.
by Daniel Jasper
· 12 years ago
1fb8d88
Fix clang-format bug in unwrapped-line merging.
by Daniel Jasper
· 12 years ago
2a9805d
Implement string literal breaking on unbreakable token sequences.
by Manuel Klimek
· 12 years ago
27c7f54
Align a multiline string literal with the first part.
by Daniel Jasper
· 12 years ago
2b6acb6
A better version of r181699: use raw_string_ostream.str() instead of manually calling .flush().
by Alexander Kornienko
· 12 years ago
44135b8
Implements brace breaking styles.
by Manuel Klimek
· 12 years ago
af64032
Fixes [Bug 15960] YAMLTraits doesn't roundtrip on Windows.
by Alexander Kornienko
· 12 years ago
7c9a93e
Implements UseTab for clang-format.
by Manuel Klimek
· 12 years ago
c3df5ff
Further improve optimization for nested calls.
by Daniel Jasper
· 12 years ago
07a64ec
Implements IndentWidth.
by Manuel Klimek
· 12 years ago
04abbb2
When breaking at function calls, indent from function name.
by Daniel Jasper
· 12 years ago
89b3a7f
Always format entire macro definitions.
by Daniel Jasper
· 12 years ago
dd25631
Config file support for clang-format, part 2.
by Alexander Kornienko
· 12 years ago
11e1380
Improve line breaking in binary expressions.
by Daniel Jasper
· 12 years ago
b2f063a
Change indentation of multi-line nested name specifiers.
by Daniel Jasper
· 12 years ago
d71ec16
Config file support for clang-format, part 1.
by Alexander Kornienko
· 12 years ago
fb59486
Added Mozilla style, cleaned get*Style methods.
by Alexander Kornienko
· 12 years ago
7ff96ed
Don't break comments after includes.
by Daniel Jasper
· 12 years ago
53e72cd
Change indentation when breaking after a type.
by Daniel Jasper
· 12 years ago
fca24bc
Improve clang-format's memoization behavior.
by Daniel Jasper
· 12 years ago
2972d04
Add option to align escaped newlines left.
by Daniel Jasper
· 12 years ago
94d6ad7
Flip flag to merge short if-statements into one line for Google style.
by Daniel Jasper
· 12 years ago
af84976
Fix comment alignment behavior.
by Daniel Jasper
· 12 years ago
001bf4e
Fix bin-packing behavior of constructor initialziers.
by Daniel Jasper
· 12 years ago
919398b
Unified token breaking logic: support for line comments.
by Alexander Kornienko
· 12 years ago
01218ff
Break after multiline parameters.
by Daniel Jasper
· 12 years ago
e2657dd
Fix unused variable warning with assertions disabled.
by Alexander Kornienko
· 12 years ago
70ce788
Unified token breaking logic for strings and block comments.
by Alexander Kornienko
· 12 years ago
67d080d
Revamps structural error detection / handling.
by Manuel Klimek
· 12 years ago
1407bee
Change clang-format's affinity for breaking after return types.
by Daniel Jasper
· 12 years ago
ac3223e
Fix labels with trailing comments and cleanup.
by Daniel Jasper
· 12 years ago
5999f76
Fix comments before labels.
by Daniel Jasper
· 12 years ago
bf71ba2
Revamp indentation behavior for complex binary expressions.
by Daniel Jasper
· 12 years ago
65622aa
Revert accidental commit r179015.
by Daniel Jasper
· 12 years ago
c4ff769
x
by Daniel Jasper
· 12 years ago
adc0f09
Improve formatting of multi-variable DeclStmts.
by Daniel Jasper
· 12 years ago
abfc9c1
Fix bug discovered with address sanitizer.
by Daniel Jasper
· 12 years ago
8ed9f2b
Improve formatting of for loops and multi-variable DeclStmts.
by Daniel Jasper
· 12 years ago
3776ef3
Cleanup, add comments and address review comments.
by Daniel Jasper
· 12 years ago
3791130
Fix some inconsistent use of indentation.
by Daniel Jasper
· 12 years ago
81d2d38
Improve formatting of function types.
by Daniel Jasper
· 12 years ago
94b748f
Insert extra new line before access specifiers.
by Alexander Kornienko
· 12 years ago
5262dd9
Split line comments
by Alexander Kornienko
· 12 years ago
c363dbb
Align comments to surrounding unformatted comments.
by Daniel Jasper
· 12 years ago
b64eca0
Make clang-format understand more line comments.
by Daniel Jasper
· 12 years ago
7c22cf3
Better block comment formatting.
by Alexander Kornienko
· 12 years ago
92f9faf
Remove assertion that can be triggered on bad input.
by Daniel Jasper
· 12 years ago
83a90e5
Do not consider comments when adjusting to local indent style.
by Daniel Jasper
· 12 years ago
64f0928
Reduce penalty for breaks after "(" for functions with parameters.
by Daniel Jasper
· 12 years ago
f9955d3
Add extra indentation for multiline comparisons.
by Daniel Jasper
· 12 years ago
052685c
Split long lines in multi-line comments.
by Alexander Kornienko
· 12 years ago
3af59ce
Improve formatting of chained calls.
by Daniel Jasper
· 12 years ago
1fdd8b3
Indent all lines in a multi-line comment by the same amount.
by Alexander Kornienko
· 12 years ago
f753615
Multi-line comment alignment
by Alexander Kornienko
· 12 years ago
923ebef
Basic support for formatting asm() statments.
by Daniel Jasper
· 12 years ago
6050a1e
Fix comment indentation before labels.
by Daniel Jasper
· 12 years ago
e74de28
Added AnnotatedToken::isOneOf + a few other refactorings
by Alexander Kornienko
· 12 years ago
6f21a98
Fix formatting of new arrays of pointers.
by Daniel Jasper
· 12 years ago
aa62d0c
Fixes breaking of string literals.
by Manuel Klimek
· 12 years ago
f302354
Remove unncessary whitespace when triggered on empty line.
by Daniel Jasper
· 12 years ago
0090591
Make sure to not split string literals at the first character.
by Manuel Klimek
· 12 years ago
1eee6c4
Format a line if a range in its leading whitespace was selected.
by Daniel Jasper
· 12 years ago
516fb31
Remove whitespace at end of file.
by Daniel Jasper
· 12 years ago
2484971
Normal indent for last element of builder-type call.
by Daniel Jasper
· 12 years ago
812c045
Remove trailing whitespace of line comments.
by Daniel Jasper
· 12 years ago
bc30c71
Implements breaking string literals at slashes.
by Manuel Klimek
· 12 years ago
af31fd7
Implement fallback split point for string literals.
by Manuel Klimek
· 12 years ago
a4d4621
Improve formatting of #defines.
by Daniel Jasper
· 12 years ago
b6f02f3
Fix bug when formatting "A<A<A>>".
by Daniel Jasper
· 12 years ago
3a39ac7
Fix incorrect recognition of bin-packing.
by Daniel Jasper
· 12 years ago
faab0d3
Enable bin-packing in Google style.
by Daniel Jasper
· 12 years ago
1ef81d5
Only keep empty lines in unwrapped lines if they preceed a line comment.
by Daniel Jasper
· 12 years ago
0fb382b
Only break string literals as a last resort.
by Daniel Jasper
· 12 years ago
9c3e71a
Re-add hack that caused regression.
by Daniel Jasper
· 12 years ago
3c08a81
Allow breaking between a type and name in variable declarations.
by Daniel Jasper
· 12 years ago
237d4c1
Better formatting of conditional expressions.
by Daniel Jasper
· 12 years ago
f11a705
Consistently put {} onto the same line for empty functions.
by Daniel Jasper
· 12 years ago
7d81281
Allow breaking between type and name in for loops.
by Daniel Jasper
· 12 years ago
e9a6226
Fix regression in string literal alignment.
by Manuel Klimek
· 12 years ago
b56b6d1
Fixes bug in string literal alignment.
by Manuel Klimek
· 12 years ago
c4615b7
Don't remove blank lines within unwrapped lines.
by Daniel Jasper
· 12 years ago
8092a94
Implements breaking of string literals if they stick out.
by Manuel Klimek
· 12 years ago
d789670
Fix bug in LineState comparison function.
by Daniel Jasper
· 12 years ago
82282dc
Improve indentation of builder type calls.
by Daniel Jasper
· 12 years ago
2933316
Reformat lines if they were "moved around".
by Daniel Jasper
· 12 years ago
Next »