Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
635423e61869a0997ec2eb853c1e1c92eaa8352d
/
clang
/
lib
/
Format
/
ContinuationIndenter.cpp
635423e
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D18551.
by Eric Liu
· 10 years ago
5f8445b
clang-format: [JS] generator and async functions.
by Martin Probst
· 10 years ago
710f849
clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
by Daniel Jasper
· 10 years ago
04b4e10
clang-format: Correctly apply wrap before multi-line RHS rule to
by Daniel Jasper
· 10 years ago
602a727
clang-format: Make indentation after "<<" more consistent.
by Daniel Jasper
· 10 years ago
2a9f720
clang-format: Fix weird alignment when not aligning after brackets.
by Daniel Jasper
· 10 years ago
0c9772e
clang-format: Fix corner case in template detection.
by Daniel Jasper
· 10 years ago
45860fa
clang-format: Fix formatting of ternary expressions with comments.
by Daniel Jasper
· 10 years ago
b618a98
clang-format: Make AlignAfterOpenBracket also affect angle brackets.
by Daniel Jasper
· 10 years ago
e1a7b76
clang-format: Add option to disable string literal formatting.
by Daniel Jasper
· 10 years ago
15b01116d
clang-format: [Java] Remove unnecessary line break after complex annotations
by Daniel Jasper
· 10 years ago
a3cd2164
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
by Daniel Jasper
· 10 years ago
50780ce
clang-format: [ObjC+JS] Allow bin-packing of array literals.
by Daniel Jasper
· 10 years ago
06ca0fc
clang-format: Slightly row back on r257257.
by Daniel Jasper
· 10 years ago
2802456
clang-format: [JS] Improve line-flow when calling functions on array literals.
by Daniel Jasper
· 10 years ago
00693b08
clang-format: Fix incorrect line break in certain configurations.
by Daniel Jasper
· 10 years ago
804a276
clang-format: Support definitions/declarations of operator,.
by Daniel Jasper
· 10 years ago
7bec87c
clang-format: Fix corner case in one-per-line formatting.
by Daniel Jasper
· 10 years ago
411af72
clang-format: Fix corner case in "if it saves columns"-calculation.
by Daniel Jasper
· 10 years ago
0a58941
clang-format: Handle \n the same way as std::endl with stream operator.
by Daniel Jasper
· 10 years ago
801cdb2
clang-format: Avoid creating hanging indents in call sequences.
by Daniel Jasper
· 10 years ago
00492f9
clang-format: Improve line wrapping behavior in call sequences.
by Daniel Jasper
· 10 years ago
06a2695
clang-format: Fix corner-case in ObjC method declaration formatting
by Daniel Jasper
· 10 years ago
ccff4d1
clang-format: [Proto] Improve wrapping of message field attributes.
by Daniel Jasper
· 10 years ago
448592e
Support AlwaysBreakAfterReturnType
by Zachary Turner
· 10 years ago
a0a5039
clang-format: Make it possible to turn off comment reflowing.
by Daniel Jasper
· 10 years ago
253dad23
clang-format: If the template list of a variable declaration spans
by Daniel Jasper
· 10 years ago
bd73bcf
clang-format: Undo unwanted format change done in r251405.
by Daniel Jasper
· 10 years ago
6501f7e
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
by Daniel Jasper
· 10 years ago
7b259cd
clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
by Daniel Jasper
· 10 years ago
100ffc6
clang-format: Be more conservative about specially indenting blocks in C++.
by Daniel Jasper
· 10 years ago
3c44c22
clang-format: Respect IndentWrappedFunctionNames when aligning colons
by Daniel Jasper
· 10 years ago
525579d
clang-format: Fix return type breaking with overloaded operator functions
by Birunthan Mohanathas
· 10 years ago
ea40cee
clang-format: Fix formatting of multiple lambdas in initializers.
by Daniel Jasper
· 10 years ago
b2328b1
clang-format: [JS] Prevent confusing TypeScript parameters wraps.
by Daniel Jasper
· 10 years ago
a0388a8
clang-format: Add option to break after definition return type for top-level functions only
by Birunthan Mohanathas
· 10 years ago
739b85f
clang-format: Don't indent relative to unary operators (some more).
by Daniel Jasper
· 10 years ago
9fb676a
clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more
by Daniel Jasper
· 10 years ago
1bf729c
clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.
by Daniel Jasper
· 10 years ago
ed3f395
clang-format: [JS] Add a special case for indenting function literals.
by Daniel Jasper
· 10 years ago
2aaedd3
clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.
by Daniel Jasper
· 10 years ago
e6fcf7d
clang-format: clang-format (NFC)
by Daniel Jasper
· 10 years ago
b2ad4d4
clang-format: [JS] Tweak behavior for multiline array initializer parameters
by Daniel Jasper
· 10 years ago
6f2b88a
clang-format: More eagerly wrap trailing return types.
by Daniel Jasper
· 11 years ago
5962fa8
clang-format: Properly reset BreakBeforeParameter when wrapping
by Daniel Jasper
· 11 years ago
199d0c9
clang-format: [JS] Fix incorrect line length calculation.
by Daniel Jasper
· 11 years ago
1699eca
clang-format: [JS] Making arrow function wrapping more consistent.
by Daniel Jasper
· 11 years ago
3e0dcc2
clang-format: [JS] Fix incorrect detection of ternary expressions.
by Daniel Jasper
· 11 years ago
0843434
clang-format: Guard the bin-packing in braced lists on BinPackArguments
by Daniel Jasper
· 11 years ago
47bbda0
clang-format: Improve detection of macros annotating functions.
by Daniel Jasper
· 11 years ago
f090f03
clang-format: Support function annotations in macros.
by Daniel Jasper
· 11 years ago
0928553
clang-format: Properly align ObjC string literals.
by Daniel Jasper
· 11 years ago
c4144ea
clang-format: Improve nested block / lambda indentation when wrapping
by Daniel Jasper
· 11 years ago
a2a4d9c
clang-format: [ObjC] Make IndentWrappedFunctionNames work with ObjC functions
by Daniel Jasper
· 11 years ago
015c7a9
clang-format: Support aligning ObjC string literals.
by Daniel Jasper
· 11 years ago
173504e
clang-format: Improve wrapping of << operators.
by Daniel Jasper
· 11 years ago
9c95013
clang-format: Improve r236597, Properly indent method calls without inputs.
by Daniel Jasper
· 11 years ago
2746a30
clang-format: Fix bad wrapping of ObjC method exprs.
by Daniel Jasper
· 11 years ago
eb53668
clang-format: Properly indent method calls without inputs.
by Daniel Jasper
· 11 years ago
de7ca75
clang-format: Force aligning different brackets relative to each other.
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
289afc0
clang-format: Support nested block formatting with ColumnLimit=0.
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
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
98f8ae3
clang-format: Slightly change indentation rules in for loops.
by Daniel Jasper
· 11 years ago
b812e32
clang-format: Make braced list formatting more consistent.
by Daniel Jasper
· 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
30526e7
clang-format: Fix incorrect handling of leading whitespace.
by Daniel Jasper
· 11 years ago
6fd5d64
clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0
by Daniel Jasper
· 11 years ago
675b4f8
clang-format: Fix clang-format crash on invalid code.
by Daniel Jasper
· 11 years ago
b1567c1
clang-format: Remove assert that isn't helpful.
by Daniel Jasper
· 11 years ago
d6a1cab
clang-format: Improve format of lambdas in ctor initializers.
by Daniel Jasper
· 11 years ago
beb0393
clang-format: [Java] Support formatting qualified annotations.
by Nico Weber
· 11 years ago
428f0b1
clang-format: Re-enable comment re-indentation for Java/JS.
by Daniel Jasper
· 11 years ago
732b6bd
Don't break single-line raw string literals.
by Alexander Kornienko
· 11 years ago
ff2437f
Don't break string literals in Java and JavaScript.
by Alexander Kornienko
· 11 years ago
11a0ac6
clang-format: Revamp nested block formatting.
by Daniel Jasper
· 11 years ago
24a1477
clang-format: Remove a few else after return statements.
by Daniel Jasper
· 11 years ago
a536df4
clang-format: Indent correctly in conditional expressions after return.
by Daniel Jasper
· 11 years ago
211e132
clang-format: [Java] Always break after annotations of multiline decls.
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
a98b7b0
clang-format: Refactoring.
by Daniel Jasper
· 11 years ago
484ee9b
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 does not support variadic templates. Also reverting r222641 because it was relying on 222638.
by Aaron Ballman
· 11 years ago
7198b0c
clang-format: Refactoring.
by Daniel Jasper
· 11 years ago
616de864
clang-format: [JS] Support Closure's module statements.
by Daniel Jasper
· 11 years ago
4b44449
clang-format: Use nested block special case for all languages.
by Daniel Jasper
· 11 years ago
6cab678
clang-format: [Java] Don't align after "return".
by Daniel Jasper
· 11 years ago
3aa9a6a
clang-format: Add option to disable alignment after opening brackets
by Daniel Jasper
· 11 years ago
6c0ee17
clang-format: Improve function parameter packing.
by Daniel Jasper
· 11 years ago
119ff53
clang-format: Improve indentation of comments in expressions.
by Daniel Jasper
· 11 years ago
e551bb7
Revert "clang-format: [js] Updates to Google's JavaScript style."
by Daniel Jasper
· 11 years ago
d0ec0d6
clang-format: Use identifier table for keywords in other languages.
by Daniel Jasper
· 11 years ago
39af6cd
clang-format: [Java] Fix class declaration formatting.
by Daniel Jasper
· 11 years ago
50b4bd7
clang-format: [Java] Don't break after extends/implements.
by Daniel Jasper
· 11 years ago
e9ab42d
clang-format: [Java] Improve line breaks around annotations.
by Daniel Jasper
· 11 years ago
Next »