Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
eb53668c3501150ad99bd35df604dff3b5c9e079
/
clang
/
unittests
/
Format
/
FormatTest.cpp
eb53668
clang-format: Properly indent method calls without inputs.
by Daniel Jasper
· 11 years ago
e2408e3
clang-format: Fix another assertion discovered by the fuzzer.
by Daniel Jasper
· 11 years ago
62c78f5
clang-format: Prevent assertion discovered by fuzzer.
by Daniel Jasper
· 11 years ago
4d9ec17
clang-format: Prevent exponential runtime in token annotator.
by Daniel Jasper
· 11 years ago
6d9b88d
clang-format: Fix bug in multiline comment wrapping.
by Daniel Jasper
· 11 years ago
de7ca75
clang-format: Force aligning different brackets relative to each other.
by Daniel Jasper
· 11 years ago
e9f5357
clang-format: Don't merge short else blocks.
by Daniel Jasper
· 11 years ago
a4499133
clang-format: Add ability to align assignment operators.
by Daniel Jasper
· 11 years ago
eb45cb7
clang-format: Fix selective indentaiton in nested blocks.
by Daniel Jasper
· 11 years ago
775954b
clang-format: Don't wrap after short first segments of builder calls.
by Daniel Jasper
· 11 years ago
de0d1f3
clang-format: More selectively detect QT's "signals".
by Daniel Jasper
· 11 years ago
0faa913
clang-format: Properly detect variable declarations with ObjC.
by Daniel Jasper
· 11 years ago
caf84fe
clang-format: Allow splitting "= default" and "= delete".
by Daniel Jasper
· 11 years ago
532a031
clang-format: Don't add unwanted space when creating new arrays.
by Daniel Jasper
· 11 years ago
289afc0
clang-format: Support nested block formatting with ColumnLimit=0.
by Daniel Jasper
· 11 years ago
ee4a8a1
clang-format: Fix for #pragma option formatting.
by Daniel Jasper
· 11 years ago
e4ab49e
clang-format: Fix incorrect multi-var declstmt detection.
by Daniel Jasper
· 11 years ago
20e1556
clang-format: Undo r214508. It was essentially always removing the
by Daniel Jasper
· 11 years ago
2b1865c
clang-format: Determine "in" as a keyword in ObjC for loops more precisely
by Daniel Jasper
· 11 years ago
5339540
clang-format: Fix regression formatting QT's "signals:" from r234318.
by Daniel Jasper
· 11 years ago
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
Next »