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
*
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
*
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
[next]