Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4be38d724fbdd74e77ab89eaefc2b5bab73f00af
/
clang
/
unittests
/
Format
/
FormatTest.cpp
ac043c9
clang-format: Add option to break before non-assignment operators.
by Daniel Jasper
· 11 years ago
d6f17d8
clang-format: Improve line breaks at function calls.
by Daniel Jasper
· 11 years ago
650ecb5
Fix bug 20892 - clang-format does not handle C-style comments
by Roman Kashitsyn
· 11 years ago
b87899b
clang-format: Add option to allow short case labels on a single line.
by Daniel Jasper
· 11 years ago
db986eb
clang-format: Add an option 'SpaceAfterCStyleCast'.
by Daniel Jasper
· 11 years ago
73e171f
clang-format: Fix unary operator detection in corner case.
by Daniel Jasper
· 11 years ago
168c8aa
clang-format: Fix regression in formatting of braced initializers.
by Daniel Jasper
· 11 years ago
8f46365
clang-format: Don't butcher __asm blocks.
by Daniel Jasper
· 11 years ago
ad981f8
clang-format: New option SpacesInSquareBrackets.
by Daniel Jasper
· 11 years ago
610381f
clang-format: Improve handling of block comments in braced lists.
by Daniel Jasper
· 11 years ago
4b3ba21
clang-format: Understand sequenced casts.
by Daniel Jasper
· 11 years ago
7189fb2
clang-format: Improve formatting of nested builder-type calls.
by Daniel Jasper
· 11 years ago
ea79ea1
clang-format: Prefer breaking after return type over template param
by Daniel Jasper
· 11 years ago
c6221a5
Split a large unit-test, so that it doesn't exceed stack frame size in certain test environments
by Alexander Kornienko
· 11 years ago
db76479
clang-format: Fix AlwaysBreakAfterDefinitionReturnType in Stroutrup style
by Daniel Jasper
· 11 years ago
1904e9b
clang-format: Support chained dereferenced assignments.
by Daniel Jasper
· 11 years ago
78b4533
clang-format: Support breaking arguments of function type typedefs.
by Daniel Jasper
· 11 years ago
5f594f8
Fix crasher bug in clang-format.
by Manuel Klimek
· 11 years ago
839922e
clang-format: Format long lists in columns if without bin-packing.
by Daniel Jasper
· 11 years ago
343643b
clang-format: Understand #defines defining system includes.
by Daniel Jasper
· 11 years ago
598dd33
clang-format: Avoid bad line break.
by Daniel Jasper
· 11 years ago
a043ced
Fixes bug 20587 - Add K&R break before braces style
by Roman Kashitsyn
· 11 years ago
a562120
clang-format: Prefer not to put lambdas on a single line.
by Daniel Jasper
· 11 years ago
78b19499
clang-format: Correct SBPO_Always-behavior after function-like keywords
by Daniel Jasper
· 11 years ago
47189443
clang-format: Add special comments to disable formatting.
by Daniel Jasper
· 11 years ago
316ab38
clang-format: Fix indentation in multi-line placement new.
by Daniel Jasper
· 11 years ago
0a84f17
[PR19983] SBPO_Always not covering all the cases.
by Chad Rosier
· 11 years ago
ca4ea1c
clang-format: Add option to always break after a function's return type.
by Daniel Jasper
· 11 years ago
d967087
clang-format: Break before 'else' in Stroustrup style.
by Daniel Jasper
· 11 years ago
65df5aa
clang-format: Understand parameter pack initialization.
by Daniel Jasper
· 11 years ago
dcf37fb
clang-format: Add a space in ObjC protocols.
by Daniel Jasper
· 11 years ago
45bf56c
Fix parsing of classes where the class name is an absolute nested name specifier.
by Manuel Klimek
· 11 years ago
71646ec
clang-format: Understand 'typename' in placement new.
by Daniel Jasper
· 11 years ago
6ba1638
clang-format: Improve operator and template recognition.
by Daniel Jasper
· 11 years ago
8184d66
clang-format: Improve pointer/reference detection.
by Daniel Jasper
· 11 years ago
2ac3fdf
clang-format: Fix unary operator recognition.
by Daniel Jasper
· 11 years ago
8b76d60
clang-format: Fix formatting of lock annotations in lambda definitions.
by Daniel Jasper
· 11 years ago
fc3861a
clang-format: Fix parsing of conditional expressions.
by Daniel Jasper
· 11 years ago
fcfac10
clang-format: Improve heuristic around avoiding bad line breaks.
by Daniel Jasper
· 11 years ago
3064620
clang-format: Improve cast detection (fix false positive).
by Daniel Jasper
· 11 years ago
85bcadc
clang-format: Fix behavior around pointer-to-member invocations.
by Daniel Jasper
· 11 years ago
c75e1ef
clang-format: Add new option to indent wrapped function declarations.
by Daniel Jasper
· 11 years ago
4355e7f
clang-format: Revamp function declaration/definition indentation.
by Daniel Jasper
· 11 years ago
2520fe9
clang-format: Support member function reference qualifiers.
by Daniel Jasper
· 11 years ago
91beebd
clang-format: Improve expression heuristics.
by Daniel Jasper
· 11 years ago
a2fb50f
clang-format: Understand that breaking before lambdas is fine.
by Daniel Jasper
· 11 years ago
32ccb03
clang-format: Fix corner case in pointer/reference detection.
by Daniel Jasper
· 11 years ago
553d487
clang-format: Introduce style with spaces on both sides of */&.
by Daniel Jasper
· 11 years ago
1f24317
Fix msvc unittest build.
by Rafael Espindola
· 11 years ago
d013670
Give clang-format its own error category.
by Rafael Espindola
· 11 years ago
96b0330
Use std::error_code instead of llvm::error_code.
by Rafael Espindola
· 11 years ago
4ac7de7
clang-format: Fix pointer/reference detection after decltype.
by Daniel Jasper
· 11 years ago
ecaba17
clang-format: Increase penalty for wrapping array subscript expressions
by Daniel Jasper
· 11 years ago
9081805
clang-format: Fix enum formatting with specific comment.
by Daniel Jasper
· 11 years ago
da18fd8
clang-format: Support variadic lambda captures.
by Daniel Jasper
· 11 years ago
3251fff
clang-format: Handle multiline strings inside ternary expressions.
by Daniel Jasper
· 11 years ago
a69ca9b
clang-format: Leave empty lines within UnwrappedLines.
by Daniel Jasper
· 11 years ago
7d02829
clang-format: Fix special case of binary operator detection.
by Daniel Jasper
· 11 years ago
4afc6b3
clang-format: No space between ")" and braced init list.
by Daniel Jasper
· 11 years ago
e18ff37
clang-format: Fix Allman brace breaking of enums.
by Daniel Jasper
· 11 years ago
e3f907f
clang-format: Fix trailing const (etc.) with Allman brace style.
by Daniel Jasper
· 11 years ago
3ae0620
There is no std::errc:success, remove the llvm one.
by Rafael Espindola
· 11 years ago
d39312ec
clang-format: Don't break before a case's colon.
by Daniel Jasper
· 11 years ago
335ff26
clang-format: Format array and dict literals similar to blocks.
by Daniel Jasper
· 11 years ago
ba1b6bb
clang-format: Keep '{' of dict literals on the same line in Allman style
by Daniel Jasper
· 11 years ago
565ed5e
clang-format: Don't use Allman brace breaking for ObjC blocks.
by Daniel Jasper
· 11 years ago
bd63073
clang-format: Fix corner case in AllowShortBlocksOnASingleLine.
by Daniel Jasper
· 11 years ago
91b032a
clang-format: Fix braced list detection.
by Daniel Jasper
· 11 years ago
438059e
clang-format: Fix incorrect braced init identification.
by Daniel Jasper
· 11 years ago
3948516
clang-format: Correctly identify multiplications in braces init lists.
by Daniel Jasper
· 11 years ago
5f3ea47
clang-format: Correctly calculate line lenghts for nest blocks.
by Daniel Jasper
· 11 years ago
5ebb2f3
clang-format: Fix incorrect macro call detection.
by Daniel Jasper
· 11 years ago
7f0c517
clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.
by Daniel Jasper
· 11 years ago
17605d3
clang-format: Add option to allow short blocks on a single line.
by Daniel Jasper
· 11 years ago
0a1e5ac
clang-format: Don't break in the middle of ">>".
by Daniel Jasper
· 11 years ago
04a71a4
clang-format: Initial support for try-catch.
by Daniel Jasper
· 11 years ago
ea2d042
clang-format: Fix binary operator detection before lambdas.
by Daniel Jasper
· 11 years ago
e08a91e
Enable alternative tokens by default for clang-format.
by Nikola Smiljanic
· 11 years ago
8acf822
clang-format: Fix corner cases for comments in if conditions.
by Daniel Jasper
· 11 years ago
7a2d60e
clang-format: Fix bad space before braced initializer.
by Daniel Jasper
· 11 years ago
2e92e66
Fixed one issue with casting
by Dinesh Dwivedi
· 12 years ago
f10a28d
clang-format: Understand functions with decltype return type.
by Daniel Jasper
· 12 years ago
76f98f8
Added some heuristics to identify c style casting
by Dinesh Dwivedi
· 12 years ago
0e6c51c
clang-format: Improve understanding of decltype.
by Daniel Jasper
· 12 years ago
afe6fb6
Fix bug in clang-format while merging short function
by Dinesh Dwivedi
· 12 years ago
9509f18
clang-format: Fix import statements with ColumnLimit: 0
by Daniel Jasper
· 12 years ago
ea3aca8
Fixes issue with Allman BreakBeforeBraces for Objective C @interface
by Dinesh Dwivedi
· 12 years ago
3599567
clang-format: Allow single-line function in WebKit style.
by Daniel Jasper
· 12 years ago
942d971
clang-format: Improve binary operator detection.
by Daniel Jasper
· 12 years ago
031e240
clang-format: Fixes spaces in case statements.
by Daniel Jasper
· 12 years ago
437c3f5
clang-format: Don't wrap after @interface.
by Daniel Jasper
· 12 years ago
6693502
clang-format: Fix bug when aligning trailing /**/-comments in macros.
by Daniel Jasper
· 12 years ago
1034666
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
67d9c8c
Fix alignment of trailing block comments.
by Alexander Kornienko
· 12 years ago
ae8e0d8
clang-format: Respect BinPackParameters in Cpp11BracedListStyle.
by Daniel Jasper
· 12 years ago
0e61784
clang-format: Add special case to reduce indentaiton in streams.
by Daniel Jasper
· 12 years ago
64a42b8
Fix assertion when breaking string literals with tab characters.
by Alexander Kornienko
· 12 years ago
20fd3c6
clang-format: Basic support for C++1y.
by Daniel Jasper
· 12 years ago
866468a
clang-format: Fix regression caused by r206165.
by Daniel Jasper
· 12 years ago
72ab43b
clang-format: Fix incorrect &&-detection in macros.
by Daniel Jasper
· 12 years ago
Next »