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
*
clang-format: Add option to control call argument bin-packing separately
Daniel Jasper
2014-10-09
1
-5
/
+7
*
clang-format: Fix bug with comments between non-trival parameters.
Daniel Jasper
2014-10-07
1
-3
/
+4
*
clang-format: [JS] Improve formatting of function literals in chains
Daniel Jasper
2014-09-29
1
-1
/
+4
*
clang-format: Undo r216377.
Daniel Jasper
2014-09-19
1
-4
/
+3
*
clang-format: Improve line breaks at function calls.
Daniel Jasper
2014-09-12
1
-0
/
+12
*
clang-format: [JS] Format embedded function literals more efficently.
Daniel Jasper
2014-09-05
1
-1
/
+2
*
clang-format: Improve formatting of nested builder-type calls.
Daniel Jasper
2014-08-25
1
-3
/
+4
*
clang-format: Fix indentation in multi-line placement new.
Daniel Jasper
2014-08-06
1
-0
/
+3
*
clang-format: [proto] Improve formatting of text-proto options.
Daniel Jasper
2014-07-28
1
-1
/
+2
*
clang-format: Improve heuristic around avoiding bad line breaks.
Daniel Jasper
2014-07-15
1
-1
/
+2
*
clang-format: Add new option to indent wrapped function declarations.
Daniel Jasper
2014-07-09
1
-2
/
+3
*
clang-format: Revamp function declaration/definition indentation.
Daniel Jasper
2014-07-09
1
-8
/
+7
*
clang-format: [JS] Treat dict literals similar to objc method exprs.
Daniel Jasper
2014-06-10
1
-5
/
+5
*
clang-format: Fix enum formatting with specific comment.
Daniel Jasper
2014-06-10
1
-1
/
+3
*
clang-format: Handle multiline strings inside ternary expressions.
Daniel Jasper
2014-06-10
1
-1
/
+2
*
clang-format: Leave empty lines within UnwrappedLines.
Daniel Jasper
2014-06-04
1
-4
/
+2
*
clang-format: Refactor indentation behavior for multiple nested blocks.
Daniel Jasper
2014-06-03
1
-13
/
+18
*
clang-format: Format array and dict literals similar to blocks.
Daniel Jasper
2014-05-28
1
-45
/
+59
*
clang-format: Split up moveStateToNextToken.
Daniel Jasper
2014-05-26
1
-120
/
+151
*
clang-format: Fix corner case working around one-per-line dict literals.
Daniel Jasper
2014-05-21
1
-2
/
+4
*
clang-format: [JS] Support different function literal style.
Daniel Jasper
2014-05-21
1
-2
/
+33
*
clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.
Daniel Jasper
2014-05-19
1
-1
/
+1
*
clang-format: Fix bug introduced by r208392.
Daniel Jasper
2014-05-09
1
-8
/
+5
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-09
1
-3
/
+3
*
clang-format: Cleanup redundant calculation of ParenLevel.
Daniel Jasper
2014-05-08
1
-18
/
+16
*
clang-format: Fix corner cases for comments in if conditions.
Daniel Jasper
2014-05-07
1
-2
/
+3
*
clang-format: Fix import statements with ColumnLimit: 0
Daniel Jasper
2014-05-05
1
-1
/
+1
*
Fix typo (first commit to test commit access).
Dinesh Dwivedi
2014-05-01
1
-1
/
+1
*
clang-format: Don't bin-pack text-proto-formatted options.
Daniel Jasper
2014-04-29
1
-0
/
+1
*
clang-format: Allow single-line function in WebKit style.
Daniel Jasper
2014-04-29
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
clang-format: Respect BinPackParameters in Cpp11BracedListStyle.
Daniel Jasper
2014-04-17
1
-0
/
+1
*
clang-format: Add special case to reduce indentaiton in streams.
Daniel Jasper
2014-04-16
1
-2
/
+4
*
Fix assertion when breaking string literals with tab characters.
Alexander Kornienko
2014-04-15
1
-0
/
+6
*
clang-format: Understand proto text format without commas.
Daniel Jasper
2014-04-15
1
-0
/
+3
*
clang-format: Improve array literal formatting fix in r206161.
Daniel Jasper
2014-04-14
1
-1
/
+1
*
clang-format: With ColumnLimit=0, keep short array literals on a line.
Daniel Jasper
2014-04-14
1
-0
/
+1
*
clang-format: Don't allow hanging indentation for operators on new lines
Daniel Jasper
2014-04-14
1
-13
/
+25
*
clang-format: Improve format of calls with several lambdas.
Daniel Jasper
2014-04-09
1
-1
/
+8
*
clang-format: Extend AllowShortFunctions.. to only merge inline functions.
Daniel Jasper
2014-04-08
1
-1
/
+1
*
clang-format: Prefer an additional line-break over hanging indent.
Daniel Jasper
2014-04-03
1
-0
/
+12
*
x
Daniel Jasper
2014-04-03
1
-1
/
+1
*
clang-format: Solve issues found and fixed by clang-tidy.
Daniel Jasper
2014-03-31
1
-1
/
+1
*
clang-format: Avoid line-breaks that increase the current column.
Daniel Jasper
2014-03-27
1
-5
/
+9
*
clang-format: Extract getNewLineColumn out of addTokenOnNewLine.
Daniel Jasper
2014-03-27
1
-74
/
+100
*
clang-format: Correctly identify ObjC Block with return type.
Daniel Jasper
2014-03-27
1
-8
/
+3
*
Fix crasher bug.
Manuel Klimek
2014-03-18
1
-3
/
+14
*
clang-format: Indent from dict literal labels.
Daniel Jasper
2014-03-17
1
-2
/
+3
*
clang-format: Fix crasher.
Daniel Jasper
2014-03-12
1
-3
/
+2
*
clang-format: Avoid unnecessary break before lambda return type.
Daniel Jasper
2014-03-11
1
-1
/
+2
[next]