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: 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
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-1
/
+1
*
Fix operator<< recognition (PR19064).
Alexander Kornienko
2014-03-06
1
-2
/
+4
*
clang-format: Fix alignment of comments inside statements.
Daniel Jasper
2014-02-11
1
-22
/
+29
*
clang-format: Don't indent relative to unary operators.
Daniel Jasper
2014-02-05
1
-1
/
+0
*
clang-format: Understand __attribute__s preceding parameter lists.
Daniel Jasper
2014-01-28
1
-1
/
+2
*
clang-format: Fix bug introduced in r198871.
Daniel Jasper
2014-01-14
1
-1
/
+0
*
clang-format: Don't indent relative to ./->.
Daniel Jasper
2014-01-13
1
-2
/
+0
*
clang-format: Add @s when breaking NSString literals.
Daniel Jasper
2014-01-09
1
-2
/
+10
*
clang-format: Some tweaks to braces list formatting:
Daniel Jasper
2014-01-09
1
-1
/
+3
*
clang-format: Allow formatting short enums on a single line.
Daniel Jasper
2014-01-05
1
-4
/
+12
*
Added an option to avoid splitting certain kinds of comments into lines.
Alexander Kornienko
2014-01-02
1
-1
/
+6
*
clang-format: Fix invalid write discovered by ASAN.
Daniel Jasper
2013-12-23
1
-1
/
+2
*
clang-format: Fix various problems in formatting ObjC blocks.
Daniel Jasper
2013-12-23
1
-15
/
+48
*
clang-format: Better support for multi-line wide string literals.
Daniel Jasper
2013-12-20
1
-16
/
+10
*
clang-format: Add special case for leading comments in braced lists.
Daniel Jasper
2013-12-19
1
-1
/
+3
*
clang-format: Slightly adapt decision of when to break before <<.
Daniel Jasper
2013-12-19
1
-1
/
+1
*
clang-format: Fix indentation corner case.
Daniel Jasper
2013-12-18
1
-1
/
+2
*
Always break before the colon in constructor initializers, when
Alexander Kornienko
2013-12-16
1
-3
/
+6
*
clang-format: Improve handling of raw string literals.
Daniel Jasper
2013-12-16
1
-3
/
+4
*
clang-format: Fix bad indentation of nested blocks.
Daniel Jasper
2013-11-29
1
-1
/
+2
*
clang-format: Refactor calculation of lines intersecting with -lines.
Daniel Jasper
2013-11-25
1
-2
/
+2
*
clang-format: Fix bug in alignment of complex template parameters.
Daniel Jasper
2013-11-22
1
-1
/
+2
*
Simplify fix proposed in r195240.
Daniel Jasper
2013-11-20
1
-16
/
+8
*
Fix bug where optimization would lead to strange line breaks.
Manuel Klimek
2013-11-20
1
-6
/
+16
*
Remove extra whitespace instead of breaking the line in comments when possible.
Alexander Kornienko
2013-11-12
1
-0
/
+9
*
Do not insert backslashes, when breaking line comments after preprocessor dir...
Alexander Kornienko
2013-11-12
1
-8
/
+9
*
clang-format: Fix alignment of ObjC string literals.
Daniel Jasper
2013-11-09
1
-1
/
+1
*
clang-format: Improve formatting of operators forced to new lines.
Daniel Jasper
2013-11-08
1
-4
/
+6
*
clang-format: Improve linebreaking and indentation for ObjC calls.
Daniel Jasper
2013-11-08
1
-1
/
+1
*
clang-format: Properly indent ObjC calls wrapped before first selector
Daniel Jasper
2013-11-08
1
-1
/
+5
*
clang-format: Make breaking before ternary operators configurable.
Daniel Jasper
2013-11-08
1
-6
/
+15
*
clang-format: Improve ObjC variadic and binary expression parameters.
Daniel Jasper
2013-11-07
1
-1
/
+2
*
clang-format: Fix corner case for brace alignment.
Daniel Jasper
2013-11-07
1
-1
/
+3
*
clang-format: Fix indenting corner case with comment and else.
Daniel Jasper
2013-10-30
1
-1
/
+2
*
clang-format: Fix whitespaces in include directives.
Daniel Jasper
2013-10-30
1
-1
/
+9
*
clang-format: Cleanup array initializer and dict initializer formatting.
Daniel Jasper
2013-10-24
1
-2
/
+3
*
clang-format: Fix ObjC literal indentation in Google style.
Daniel Jasper
2013-10-22
1
-3
/
+3
*
clang-format: Improve formatting of ObjC array literals.
Daniel Jasper
2013-10-22
1
-32
/
+27
*
clang-format: Improve formatting of ObjC dict literals.
Daniel Jasper
2013-10-20
1
-2
/
+9
*
clang-format: Don't force linebreak between return and multiline string.
Daniel Jasper
2013-10-18
1
-2
/
+2
*
clang-format: Improve formatting of templated builder-type calls.
Daniel Jasper
2013-10-18
1
-3
/
+6
*
clang-format: Make continuation indent width configurable.
Daniel Jasper
2013-10-18
1
-11
/
+14
*
Keep track of indentation levels in static initializers for correct indentati...
Alexander Kornienko
2013-10-14
1
-9
/
+16
*
Don't break string literals inside preprocessor directives.
Alexander Kornienko
2013-10-11
1
-0
/
+7
*
Support formatting of preprocessor branches.
Manuel Klimek
2013-10-11
1
-2
/
+2
[prev]
[next]