Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
676e516354c38ebb496c41cfa6560336de3f0535
/
clang
/
unittests
/
Format
/
FormatTest.cpp
676e516
clang-format: Don't allow labels when expecting declarations.
by Daniel Jasper
· 11 years ago
acf67e3
clang-format: Improve nested block formatting.
by Daniel Jasper
· 11 years ago
9dedc775
clang-format: Indent relative to the ./-> and not the function name.
by Daniel Jasper
· 11 years ago
05cd929
clang-format: Force line break in trailing calls after multline exprs.
by Daniel Jasper
· 11 years ago
e99c72f
clang-format: Fix merging of _T macros.
by Daniel Jasper
· 11 years ago
414c9c6
clang-format: Fix another bug in wrapping around "*".
by Daniel Jasper
· 11 years ago
1130981
clang-format: Fix bad wrapping after "*" introduced in r232044.
by Daniel Jasper
· 11 years ago
92e0982
[clang-format] Add missing test for std::function<void( int, int )>
by Daniel Jasper
· 11 years ago
9ecb0e9
clang-format: Don't corrupt macros with open braces.
by Daniel Jasper
· 11 years ago
55ca608
clang-format: [OBJC] Don't indent 8 spaces in method declarations.
by Daniel Jasper
· 11 years ago
b754a74
clang-format: When putting */& next to types, also wrap before them.
by Daniel Jasper
· 11 years ago
dc4f725
clang-format: Fix incorrect && recognition.
by Daniel Jasper
· 11 years ago
ac5c97e3
clang-format: Don't remove newline if macro ends in access specifier.
by Daniel Jasper
· 11 years ago
98f8ae3
clang-format: Slightly change indentation rules in for loops.
by Daniel Jasper
· 11 years ago
0391e55
clang-format: Fix access to uninitialized memory.
by Daniel Jasper
· 11 years ago
e662316
clang-format: Prefer wrapping a lambda's body over the lambda's return type.
by Daniel Jasper
· 11 years ago
bea1ab4
clang-format: Always align */& in multi-var DeclStmts.
by Daniel Jasper
· 11 years ago
308062b
clang-format: Make trailing commas in array inits force one per line.
by Daniel Jasper
· 11 years ago
b812e32
clang-format: Make braced list formatting more consistent.
by Daniel Jasper
· 11 years ago
beaa322
clang-format: Fix space of arrays of pointers to templated types.
by Daniel Jasper
· 11 years ago
a42de76
clang-format: Allow breaking after "else if(" as a last resort.
by Daniel Jasper
· 11 years ago
1c22048
clang-format: Fix spacing for function with ref-qualification ..
by Daniel Jasper
· 11 years ago
411b251
clang-format: Change location of stashed token
by Jacques Pienaar
· 11 years ago
68a7dbf
Fix merging of << at end of input.
by Jacques Pienaar
· 11 years ago
fc27511
clang-format: Space and triple angle braces.
by Jacques Pienaar
· 11 years ago
6996312
clang-format: Don't force a break after "endl" if everything fits on one line.
by Daniel Jasper
· 11 years ago
d97d5d5
clang-format: Fix crasher.
by Daniel Jasper
· 11 years ago
61005bc
Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should not have changed.
by Aaron Ballman
· 11 years ago
abc1892
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
by Aaron Ballman
· 11 years ago
29d39d5
clang-format: Correctly mark preprocessor lines in child blocks.
by Daniel Jasper
· 11 years ago
33381f5
clang-format: Format Objective-C try blocks like all the other try blocks.
by Nico Weber
· 11 years ago
30029c6
clang-format: Fix assert triggering on carriage returns.
by Daniel Jasper
· 11 years ago
fac2371
clang-format: Add support for SEH __try / __except / __finally blocks.
by Nico Weber
· 11 years ago
47b35ae
clang-format: Fix crasher caused by not properly setting dry-run.
by Daniel Jasper
· 11 years ago
d1c1373
clang-format: Fix another crasher caused by incomplete macro code.
by Daniel Jasper
· 11 years ago
7509216
clang-format: Fix incorrect classification of "*".
by Daniel Jasper
· 11 years ago
e4b48c6
clang-format: Fix crasher when splitting incomplete escape sequences.
by Daniel Jasper
· 11 years ago
04b979d
clang-format: Fix crasher caused by incorrect resetting of token info.
by Daniel Jasper
· 11 years ago
d1debfc
clang-format: Fix bad memory access.
by Daniel Jasper
· 11 years ago
fd725c0
clang-format: Fix use-heap-after-free bug.
by Daniel Jasper
· 11 years ago
6fd5d64
clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0
by Daniel Jasper
· 11 years ago
9b79efb
clang-format: Fix crasher on weird comments.
by Daniel Jasper
· 11 years ago
193cdd3
clang-format: Fix crasher on incomplete condition compilation.
by Daniel Jasper
· 11 years ago
20e8c3b
clang-format: Fix crash on invalid code.
by Daniel Jasper
· 11 years ago
675b4f8
clang-format: Fix clang-format crash on invalid code.
by Daniel Jasper
· 11 years ago
9d22bcc
clang-format: Fix assertion when trying to build a nullptr StringRef.
by Daniel Jasper
· 11 years ago
2bd7a64
clang-format: Fix endless loop on incomplete try-catch-block.
by Daniel Jasper
· 11 years ago
b1567c1
clang-format: Remove assert that isn't helpful.
by Daniel Jasper
· 11 years ago
00691cf
Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
by Alexander Kornienko
· 11 years ago
d6a1cab
clang-format: Improve format of lambdas in ctor initializers.
by Daniel Jasper
· 11 years ago
2337f28
clang-format: Fix formatting of inline asm.
by Daniel Jasper
· 11 years ago
d05d3a8
clang-format: Force line break between "endl" and "<<".
by Daniel Jasper
· 11 years ago
b13135b
clang-format: Improve template parameter detection.
by Daniel Jasper
· 11 years ago
4953210
clang-format: Understand single-line comments at the end of blocks.
by Daniel Jasper
· 11 years ago
6a96820
clang-format: Fix unary operator detection.
by Daniel Jasper
· 11 years ago
3a623db
clang-format: Fix incorrect detection of ObjC "in" keyword.
by Daniel Jasper
· 11 years ago
732b6bd
Don't break single-line raw string literals.
by Alexander Kornienko
· 11 years ago
11a0ac6
clang-format: Revamp nested block formatting.
by Daniel Jasper
· 11 years ago
2384626
clang-format: Add a test for PR19603 which seems fixed (maybe by r221338?).
by Nico Weber
· 11 years ago
3431b75
clang-format: Support commas in lambda return types.
by Daniel Jasper
· 11 years ago
55aed67
clang-format: Don't merge lines with comments.
by Daniel Jasper
· 11 years ago
31f6c54
clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
by Daniel Jasper
· 11 years ago
86ee0b6
clang-format: More restrictively classify import declarations.
by Daniel Jasper
· 11 years ago
c095663
clang-format: Fix fake parentheses placement with comments.
by Daniel Jasper
· 11 years ago
3219e43
clang-format: Add option to suppress operator alignment.
by Daniel Jasper
· 11 years ago
8c6e9ef
clang-format: precedence-based indentation when breaking before operators.
by Daniel Jasper
· 11 years ago
9e70935
clang-format: Add SFS_Empty to only empty functions on a single line.
by Daniel Jasper
· 11 years ago
79f226e
clang-format: Make short case labels work with #ifs
by Daniel Jasper
· 11 years ago
bb86d84
clang-format: Improve ObjC blocks with return type.
by Daniel Jasper
· 11 years ago
bcb55ee
clang-format: Understand more lambda return types.
by Daniel Jasper
· 11 years ago
4b44449
clang-format: Use nested block special case for all languages.
by Daniel Jasper
· 11 years ago
d081e88
clang-format: Handle comments in short case labels.
by Daniel Jasper
· 11 years ago
3aa9a6a
clang-format: Add option to disable alignment after opening brackets
by Daniel Jasper
· 11 years ago
e1e348b
clang-format: Fix more incorrect pointer detection.
by Daniel Jasper
· 11 years ago
6a3fd83
clang-format: Fix regression introduced in r221609.
by Daniel Jasper
· 11 years ago
d127e3b
clang-format: Correctly detect multiplication in ctor initializer.
by Daniel Jasper
· 11 years ago
6c0ee17
clang-format: Improve function parameter packing.
by Daniel Jasper
· 11 years ago
6c22c44
clang-format: Support assignments as conditional operands.
by Daniel Jasper
· 11 years ago
119ff53
clang-format: Improve indentation of comments in expressions.
by Daniel Jasper
· 11 years ago
3427265
clang-format: Format extern "C" blocks like namespace blocks.
by Nico Weber
· 11 years ago
3eb341c
clang-format: Improve handling of comments in binary expressions.
by Daniel Jasper
· 11 years ago
64a328e
clang-format: Preserve trailing-comma logic even with comments.
by Daniel Jasper
· 11 years ago
0bd9a19
clang-format: Fix pointer formatting.
by Daniel Jasper
· 11 years ago
e551bb7
Revert "clang-format: [js] Updates to Google's JavaScript style."
by Daniel Jasper
· 11 years ago
502fac3
clang-format: Add test to prevent regression in r221125.
by Daniel Jasper
· 11 years ago
680b09b
clang-format: Improve free-standing macro detection.
by Daniel Jasper
· 11 years ago
8022226
clang-format: Fix false positive in lambda detection.
by Daniel Jasper
· 11 years ago
f739b0d
clang-format: [js] Updates to Google's JavaScript style.
by Daniel Jasper
· 11 years ago
ac29eac
clang-format: Format line if invoked on the trailing newline.
by Daniel Jasper
· 11 years ago
f0c809a
clang-format: Improve && detection as binary operator.
by Daniel Jasper
· 11 years ago
acb7e25
clang-format: Fix test.
by Daniel Jasper
· 11 years ago
13a7f46
clang-format: Improve && detection as binary operators.
by Daniel Jasper
· 11 years ago
2ad0aba
clang-format: Improve function declaration detection.
by Daniel Jasper
· 11 years ago
50d634b
clang-format: [ObjC] Add separate flag to control indentation in blocks
by Daniel Jasper
· 11 years ago
e068ac7
clang-format: Don't break after very short return types.
by Daniel Jasper
· 11 years ago
5634619
clang-format: Fix bad merging of lines in nested blocks.
by Daniel Jasper
· 11 years ago
f322eb5
clang-format: Fix incorrect space after "<".
by Daniel Jasper
· 11 years ago
7628468
clang-format: Use AllowShortBlocksOnASingleLine for ObjC blocks, too.
by Daniel Jasper
· 11 years ago
b52c69e
clang-format: Fix broken test.
by Daniel Jasper
· 11 years ago
e8a4939
clang-format: Fix incorrect trailing return arrow detection.
by Daniel Jasper
· 11 years ago
Next »