Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8f27f6b549c9a2d52c809d424d3b53da5d5c2096
/
clang
/
unittests
/
Format
/
FormatTest.cpp
df620b2
clang-format: Improve address-of-operator detection
by Daniel Jasper
· 12 years ago
fb81b09
clang-format: Don't accidentally move tokens into preprocessor directive.
by Daniel Jasper
· 12 years ago
545c652
clang-format: Add comment to tests explaining their grouping.
by Daniel Jasper
· 12 years ago
88f9222
clang-format: Fix line breaking bug after empty ifs.
by Daniel Jasper
· 12 years ago
0de8efa
clang-format: Don't split a >>-operator.
by Daniel Jasper
· 12 years ago
81e3294
When in pre-c++11 mode, treat _T("xxx") as a single string literal, repeat the _T() part around each fragment. This addresses http://llvm.org/PR17122
by Alexander Kornienko
· 12 years ago
5c9e3cd
clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.
by Daniel Jasper
· 12 years ago
f3d9779
clang-format: Detect braced lists in subscript expressions.
by Daniel Jasper
· 12 years ago
015ed02
clang-format: Fix incorrect enum parsing / layouting.
by Daniel Jasper
· 12 years ago
5ca9b71
clang-format: Fix bug in pointer detection
by Daniel Jasper
· 12 years ago
9e649af
Support for CR LF newlines.
by Alexander Kornienko
· 12 years ago
d8d47fa
Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144
by Alexander Kornienko
· 12 years ago
917f9e0
Correctly calculate OriginalColumn after multi-line tokens.
by Alexander Kornienko
· 12 years ago
71665cd
clang-format: Understand function type typedefs with typeof.
by Daniel Jasper
· 12 years ago
39856b7
Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.
by Alexander Kornienko
· 12 years ago
9b246e0
clang-format: Keep empty lines and format 1-line nested blocks.
by Daniel Jasper
· 12 years ago
87f18f1
clang-format: Fix regression introduced by r190038.
by Daniel Jasper
· 12 years ago
786a550
clang-format: Format typed enums with nested names.
by Daniel Jasper
· 12 years ago
b4b9998
clang-format: Don't confuse operator[] with lambdas.
by Daniel Jasper
· 12 years ago
9ab4a77
Don't remove trailing escaped newline from line comments.
by Alexander Kornienko
· 12 years ago
36c28ce
clang-format: Fix regression introduced by r189353.
by Daniel Jasper
· 12 years ago
562ecd4
clang-format: Fix regression introduced by r189337.
by Daniel Jasper
· 12 years ago
1c5d9df
clang-format: Fix comment formatting bugs in nested blocks.
by Daniel Jasper
· 12 years ago
9a53c7f
Fixes PR 17106 (explicitly typed enums are formatted differently).
by Manuel Klimek
· 12 years ago
ebb43ca
Handle zero-width and double-width characters in string literals and comments.
by Alexander Kornienko
· 12 years ago
bf02b2c1
clang-format: Quickfix for braced init lists detected as lambdas.
by Daniel Jasper
· 12 years ago
9a8d48b
clang-format: Fix parsing and indenting lambdas.
by Daniel Jasper
· 12 years ago
9fe0e8d
clang-format: Enable formatting of nested blocks.
by Daniel Jasper
· 12 years ago
b40cfe4
Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for
by Alexander Kornienko
· 12 years ago
516e054
Implement parsing of blocks (^{ ... }) in the unwrapped line parser.
by Manuel Klimek
· 12 years ago
a1a43ab
More lambda formatting tests; update test comments.
by Manuel Klimek
· 12 years ago
bab25fd
Fix layout of lambda captures.
by Manuel Klimek
· 12 years ago
ffdeb59
First step towards correctly formatting lambdas.
by Manuel Klimek
· 12 years ago
42401c8
clang-format: Fix segfault in overloaded operator parsing.
by Daniel Jasper
· 12 years ago
7240762
clang-format: Fix case-indentation in macros.
by Daniel Jasper
· 12 years ago
8ddfa84
clang-format: Enable formatting of protocol buffer definitions.
by Daniel Jasper
· 12 years ago
b715087
clang-format: Improve recovery from enums with errors.
by Daniel Jasper
· 12 years ago
f79b0b1
clang-format: Fix incorrect indentation.
by Daniel Jasper
· 12 years ago
2cf664f
clang-format: Don't indent builders relative to "return".
by Daniel Jasper
· 12 years ago
f8151e9
clang-format: Fix corner case in builder-type calls.
by Daniel Jasper
· 12 years ago
d7b837e
Better support for multiline string literals (including C++11 raw string literals).
by Alexander Kornienko
· 12 years ago
31c8592
Fixes various problems with accounting for tabs in the original code.
by Manuel Klimek
· 12 years ago
2739af3
clang-format: Improve token breaking behavior.
by Daniel Jasper
· 12 years ago
96df37a
clang-format: Fix segfault in 'incomplete' macros.
by Daniel Jasper
· 12 years ago
a49393f
clang-format: Fix infinite loop in macro special case.
by Daniel Jasper
· 12 years ago
ed8f1c6
clang-format: Don't insert space in __has_include
by Daniel Jasper
· 12 years ago
a15da30
clang-format: Fix corner case in ObjC interface definitions.
by Daniel Jasper
· 12 years ago
65b7982
clang-format: Improve braced init list detection:
by Daniel Jasper
· 12 years ago
d215b8b
clang-format: Fix corner case in overloaded operator definitions.
by Daniel Jasper
· 12 years ago
11be8ac
clang-format: Fix space in decltype-constexprs.
by Daniel Jasper
· 12 years ago
4c6e005
clang-format: Format segments of builder-type calls one per line.
by Daniel Jasper
· 12 years ago
b27c4b7
clang-format: Revamp builder-type call formatting.
by Daniel Jasper
· 12 years ago
cb3f0ed
clang-format: Fix bug in column layout.
by Daniel Jasper
· 12 years ago
8863ada
clang-format: Fix bug in column-layout formatting.
by Daniel Jasper
· 12 years ago
0649d36
clang-format: Fix indentation relative to unary expressions.
by Daniel Jasper
· 12 years ago
f438cb7
clang-format: Fix corner case for string splitting ..
by Daniel Jasper
· 12 years ago
f93551c
clang-format: Handle trailing commas in column layout of braced list.
by Daniel Jasper
· 12 years ago
8de9ed0
clang-format: Add column layout formatting for braced lists
by Daniel Jasper
· 12 years ago
f110e20
clang-format: Indent relative to unary operators.
by Daniel Jasper
· 12 years ago
2b41a82
clang-format: Format enum struct/class like enum.
by Daniel Jasper
· 12 years ago
b55acad
clang-format: Additional options for spaces around parentheses.
by Daniel Jasper
· 12 years ago
5364306
clang-format: Fix return type line break decision.
by Daniel Jasper
· 12 years ago
cdaffa4
clang-format: Add option for the offset of constructor initializers.
by Daniel Jasper
· 12 years ago
29a98cf
clang-format: Improve boolean expression formatting in macros.
by Daniel Jasper
· 12 years ago
70dc91a
clang-format: Activate WebKit-style tests for MS compilers.
by Daniel Jasper
· 12 years ago
301d017
clang-format: Slightly adapt line break penalties.
by Daniel Jasper
· 12 years ago
467ddb1
clang-format: Improve stream-formatting.
by Daniel Jasper
· 12 years ago
5903685
clang-format: Correctly format alias declarations.
by Daniel Jasper
· 12 years ago
d573550
This change fixes the formatting of statements such as catch (E& e).
by Manuel Klimek
· 12 years ago
a8177a0
Revert r187935 "Support for double width characters."
by Arnold Schwaighofer
· 12 years ago
ca3e631
Support for double width characters.
by Alexander Kornienko
· 12 years ago
a027f30
Fixes a couple of bugs with the Allman brace breaking.
by Manuel Klimek
· 12 years ago
9613c81
clang-format: Fix corner case in OpenMP pragma formatting.
by Daniel Jasper
· 12 years ago
d6877f0
clang-format: Improve formatting of builder-type calls.
by Daniel Jasper
· 12 years ago
d3ed59a
Implement Allman style.
by Manuel Klimek
· 12 years ago
3dcd7ec
clang-format: Fix string breaking after "<<".
by Daniel Jasper
· 12 years ago
7cdc78b
clang-format: Operator precendence in ObjC method exprs.
by Daniel Jasper
· 12 years ago
b1ae734
clang-format: Don't break empty 2nd operand of ternary expr.
by Daniel Jasper
· 12 years ago
8b1c635
Teach clang-format to understand static_asserts better.
by Daniel Jasper
· 12 years ago
9688ff1
clang-format: Improve line breaks in @property.
by Daniel Jasper
· 12 years ago
552f4a7
clang-format: Make alignment of trailing comments optional ..
by Daniel Jasper
· 12 years ago
65ee347
clang-format: Add more options to namespace indentation.
by Daniel Jasper
· 12 years ago
62c0ac0
clang-format: Improve detection of templates.
by Daniel Jasper
· 12 years ago
e33d4af
clang-format: Add two new style options to support WebKit style.
by Daniel Jasper
· 12 years ago
516d797
clang-format: Fix switch/case interaction with macros.
by Daniel Jasper
· 12 years ago
ffefb3d
clang-format: Initial (incomplete) support for the WebKit coding style.
by Daniel Jasper
· 12 years ago
998cabc
clang-format: Fix bad line break with pointers to members.
by Daniel Jasper
· 12 years ago
ee6d650
clang-format: Add space in corner case.
by Daniel Jasper
· 12 years ago
c834c70
Improve line breaking before multi-line strings.
by Daniel Jasper
· 12 years ago
9404234
Avoid breaking non-trailing block comments.
by Alexander Kornienko
· 12 years ago
657c67b
Don't break line comments with escaped newlines.
by Alexander Kornienko
· 12 years ago
8369aa5
clang-format: Improve handling of unterminated string literals.
by Daniel Jasper
· 12 years ago
6ab5468
Revamp the formatting of C++11 braced init lists.
by Daniel Jasper
· 12 years ago
655d96a
clang-format: Improve detection of function types.
by Daniel Jasper
· 12 years ago
49a9448
clang-format: Improve c-style cast detection.
by Daniel Jasper
· 12 years ago
fa21c07
Improvement of change r186320.
by Daniel Jasper
· 12 years ago
0d5e44d
Improve formatting of operator<< chains.
by Daniel Jasper
· 12 years ago
77d5d31
clang-format: Improve <<-formatting.
by Daniel Jasper
· 12 years ago
5aad4e5
clang-format: Fix string literal breaking.
by Daniel Jasper
· 12 years ago
aea3bde
clang-format: Break before/between array subscript expressions.
by Daniel Jasper
· 12 years ago
Next »