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
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix layouting of tokens with a leading escaped newline.
Manuel Klimek
2013-01-07
1
-7
/
+16
*
Put a higher penalty on breaking before "." or "->".
Daniel Jasper
2013-01-07
1
-2
/
+2
*
Fixes parsing of hash tokens in the middle of a line.
Manuel Klimek
2013-01-05
1
-5
/
+7
*
Various fixes to clang-format's macro handling.
Manuel Klimek
2013-01-04
1
-15
/
+44
*
Correctly format dereference and address of in array parameters.
Daniel Jasper
2013-01-04
1
-2
/
+3
*
Let the formatter ignore UnwrappedLines containing errors.
Daniel Jasper
2013-01-04
1
-17
/
+35
*
Fixes multiple formatting bugs.
Manuel Klimek
2013-01-02
1
-8
/
+27
*
Don't allow line breaks after template parameters.
Daniel Jasper
2013-01-02
1
-0
/
+3
*
Format */& as binary operator if followed by a unary operator.
Daniel Jasper
2013-01-02
1
-5
/
+9
*
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2013-01-02
1
-2
/
+20
*
Correctly format pointers and references in casts.
Daniel Jasper
2013-01-02
1
-7
/
+11
*
Understand unary operators after "return" and "case".
Daniel Jasper
2013-01-02
1
-1
/
+2
*
Prefer splitting after "template <...>" and fix indentation.
Daniel Jasper
2013-01-02
1
-1
/
+22
*
Prefer to break after operators over breaking after "(".
Daniel Jasper
2013-01-02
1
-1
/
+1
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-2
/
+1
*
Understand * and & in ternary expressions.
Daniel Jasper
2013-01-02
1
-0
/
+1
*
Don't break after pointer or reference specifier.
Daniel Jasper
2013-01-02
1
-3
/
+8
*
Let clang-format format itself.
Daniel Jasper
2012-12-24
1
-20
/
+20
*
Penalize tokens with a lower parenthesis level than the start of the line.
Daniel Jasper
2012-12-24
1
-1
/
+15
*
Align RHS after assignments and return statements.
Daniel Jasper
2012-12-24
1
-6
/
+15
*
Fix formatting over overloaded operators.
Daniel Jasper
2012-12-24
1
-2
/
+19
*
Take operator precedence into account when splitting lines.
Daniel Jasper
2012-12-24
1
-3
/
+7
*
libFormat: Teach the *& usage heuristic that "return" starts a rhs too.
Nico Weber
2012-12-23
1
-5
/
+8
*
format: Handle #import as include directive too.
Nico Weber
2012-12-21
1
-0
/
+1
*
clang-format: No spaces around directory specifiers
Daniel Jasper
2012-12-21
1
-2
/
+37
*
Fix typo.
Fariborz Jahanian
2012-12-21
1
-1
/
+1
*
Basic support for formatting for-loops.
Daniel Jasper
2012-12-21
1
-7
/
+42
*
Use OperatorPrecedence.h in clang-format
Daniel Jasper
2012-12-21
1
-28
/
+14
*
Formatting fixes for PR14680
Daniel Jasper
2012-12-21
1
-62
/
+61
*
Add objective-C style formatting to clang format and
Fariborz Jahanian
2012-12-20
1
-6
/
+52
*
Better support for constructor initializers.
Daniel Jasper
2012-12-18
1
-49
/
+44
*
Add basic support for splitting before function calls if it can't be
Daniel Jasper
2012-12-17
1
-16
/
+29
*
Fix several formatting problems.
Daniel Jasper
2012-12-17
1
-4
/
+5
*
Addi formatting tests for pointer template parameters.
Daniel Jasper
2012-12-10
1
-2
/
+2
*
Clang-format: error recovery for access specifiers
Alexander Kornienko
2012-12-10
1
-2
/
+3
*
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
Alexander Kornienko
2012-12-07
1
-1
/
+63
*
Small tweaks to clang-format.
Daniel Jasper
2012-12-07
1
-3
/
+7
*
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
1
-1
/
+3
*
Improve clang-format's handling of unary operators.
Daniel Jasper
2012-12-06
1
-0
/
+12
*
"<<" alignment for clang-format.
Daniel Jasper
2012-12-06
1
-7
/
+41
*
Remove bad and useless enum to bool conversion.
Daniel Jasper
2012-12-05
1
-5
/
+2
*
Indentation fixes for clang-format.
Daniel Jasper
2012-12-05
1
-30
/
+45
*
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...
Alexander Kornienko
2012-12-05
1
-4
/
+5
*
Small tweaks to automatic formatting.
Daniel Jasper
2012-12-05
1
-2
/
+13
*
Add missing destructors found with -Wnon-virtual-dtor.
Daniel Jasper
2012-12-04
1
-0
/
+3
*
Error recovery part 2
Alexander Kornienko
2012-12-04
1
-22
/
+38
*
Make parenthesis counting and aligning a bit saner.
Daniel Jasper
2012-12-04
1
-40
/
+53
*
Small fixes to unary operator recognition and handling of include
Daniel Jasper
2012-12-04
1
-6
/
+20
*
Replace workarounds with correct fixes.
Daniel Jasper
2012-12-04
1
-16
/
+16
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+1
[next]