index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Format
/
ContinuationIndenter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
clang-format: Don't indent lambda body relative to its return type.
Daniel Jasper
2016-06-13
1
-5
/
+7
*
clang-format: Fix incorrect calculation of "length" of /**/ comments.
Daniel Jasper
2016-06-08
1
-3
/
+6
*
clang-format: Fix segfault introduced by allowing wraps after comments.
Daniel Jasper
2016-05-29
1
-1
/
+2
*
Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...
Eric Liu
2016-04-28
1
-1
/
+1
*
clang-format: [JS] generator and async functions.
Martin Probst
2016-04-24
1
-1
/
+1
*
clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.
Daniel Jasper
2016-03-17
1
-1
/
+11
*
clang-format: Correctly apply wrap before multi-line RHS rule to
Daniel Jasper
2016-03-01
1
-1
/
+1
*
clang-format: Make indentation after "<<" more consistent.
Daniel Jasper
2016-02-11
1
-3
/
+9
*
clang-format: Fix weird alignment when not aligning after brackets.
Daniel Jasper
2016-02-08
1
-1
/
+2
*
clang-format: Fix corner case in template detection.
Daniel Jasper
2016-02-05
1
-1
/
+1
*
clang-format: Fix formatting of ternary expressions with comments.
Daniel Jasper
2016-02-03
1
-4
/
+8
*
clang-format: Make AlignAfterOpenBracket also affect angle brackets.
Daniel Jasper
2016-02-02
1
-1
/
+2
*
clang-format: Add option to disable string literal formatting.
Daniel Jasper
2016-02-01
1
-1
/
+2
*
clang-format: [Java] Remove unnecessary line break after complex annotations
Daniel Jasper
2016-01-27
1
-0
/
+1
*
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Daniel Jasper
2016-01-14
1
-1
/
+1
*
clang-format: [ObjC+JS] Allow bin-packing of array literals.
Daniel Jasper
2016-01-13
1
-1
/
+5
*
clang-format: Slightly row back on r257257.
Daniel Jasper
2016-01-11
1
-1
/
+5
*
clang-format: [JS] Improve line-flow when calling functions on array literals.
Daniel Jasper
2016-01-11
1
-4
/
+6
*
clang-format: Fix incorrect line break in certain configurations.
Daniel Jasper
2016-01-09
1
-1
/
+2
*
clang-format: Support definitions/declarations of operator,.
Daniel Jasper
2016-01-09
1
-1
/
+2
*
clang-format: Fix corner case in one-per-line formatting.
Daniel Jasper
2016-01-07
1
-1
/
+1
*
clang-format: Fix corner case in "if it saves columns"-calculation.
Daniel Jasper
2016-01-05
1
-1
/
+1
*
clang-format: Handle \n the same way as std::endl with stream operator.
Daniel Jasper
2016-01-05
1
-2
/
+4
*
clang-format: Avoid creating hanging indents in call sequences.
Daniel Jasper
2016-01-05
1
-0
/
+10
*
clang-format: Improve line wrapping behavior in call sequences.
Daniel Jasper
2016-01-05
1
-2
/
+2
*
clang-format: Fix corner-case in ObjC method declaration formatting
Daniel Jasper
2016-01-04
1
-7
/
+7
*
clang-format: [Proto] Improve wrapping of message field attributes.
Daniel Jasper
2016-01-04
1
-2
/
+3
*
Support AlwaysBreakAfterReturnType
Zachary Turner
2015-12-18
1
-4
/
+4
*
clang-format: Make it possible to turn off comment reflowing.
Daniel Jasper
2015-12-01
1
-2
/
+4
*
clang-format: If the template list of a variable declaration spans
Daniel Jasper
2015-11-23
1
-0
/
+1
*
clang-format: Undo unwanted format change done in r251405.
Daniel Jasper
2015-10-27
1
-11
/
+13
*
clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.
Daniel Jasper
2015-10-27
1
-8
/
+21
*
clang-format: Don't let a leading "template <..>" lead to wrapped initializers.
Daniel Jasper
2015-08-27
1
-0
/
+3
*
clang-format: Be more conservative about specially indenting blocks in C++.
Daniel Jasper
2015-08-21
1
-0
/
+1
*
clang-format: Respect IndentWrappedFunctionNames when aligning colons
Daniel Jasper
2015-07-16
1
-1
/
+6
*
clang-format: Fix return type breaking with overloaded operator functions
Birunthan Mohanathas
2015-07-15
1
-1
/
+2
*
clang-format: Fix formatting of multiple lambdas in initializers.
Daniel Jasper
2015-07-14
1
-2
/
+4
*
clang-format: [JS] Prevent confusing TypeScript parameters wraps.
Daniel Jasper
2015-07-06
1
-1
/
+1
*
clang-format: Add option to break after definition return type for top-level ...
Birunthan Mohanathas
2015-06-29
1
-1
/
+2
*
clang-format: Don't indent relative to unary operators (some more).
Daniel Jasper
2015-06-29
1
-1
/
+1
*
clang-format: Make exception to AlwaysBreakBeforeMultilineStrings more
Daniel Jasper
2015-06-19
1
-1
/
+1
*
clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.
Daniel Jasper
2015-06-18
1
-1
/
+2
*
clang-format: [JS] Add a special case for indenting function literals.
Daniel Jasper
2015-06-18
1
-1
/
+15
*
clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.
Daniel Jasper
2015-06-18
1
-7
/
+9
*
clang-format: clang-format (NFC)
Daniel Jasper
2015-06-17
1
-2
/
+2
*
clang-format: [JS] Tweak behavior for multiline array initializer parameters
Daniel Jasper
2015-06-15
1
-1
/
+2
*
clang-format: More eagerly wrap trailing return types.
Daniel Jasper
2015-06-05
1
-1
/
+1
*
clang-format: Properly reset BreakBeforeParameter when wrapping
Daniel Jasper
2015-06-03
1
-0
/
+2
*
clang-format: [JS] Fix incorrect line length calculation.
Daniel Jasper
2015-06-02
1
-1
/
+2
[next]