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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let clang-format format itself.
Daniel Jasper
2012-12-24
3
-24
/
+22
*
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
3
-17
/
+21
*
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
2
-3
/
+6
*
Appease -Wnon-virtual-dtor
Matt Beaumont-Gay
2012-12-07
1
-0
/
+2
*
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
Alexander Kornienko
2012-12-07
3
-61
/
+76
*
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
3
-15
/
+34
*
Clang-format: detect unbalanced braces.
Alexander Kornienko
2012-12-06
1
-2
/
+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
*
Clang-format: parse for and while loops
Alexander Kornienko
2012-12-05
2
-0
/
+21
*
Indentation fixes for clang-format.
Daniel Jasper
2012-12-05
2
-30
/
+51
*
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...
Alexander Kornienko
2012-12-05
3
-6
/
+8
*
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
2
-0
/
+5
*
Error recovery part 2
Alexander Kornienko
2012-12-04
3
-32
/
+52
*
Clang-format error recovery part 1
Alexander Kornienko
2012-12-04
1
-2
/
+10
*
Make parenthesis counting and aligning a bit saner.
Daniel Jasper
2012-12-04
1
-40
/
+53
*
Enum formatting implementation
Alexander Kornienko
2012-12-04
1
-27
/
+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
3
-6
/
+3
*
Fixes a compile warning and crash in the tests.
Manuel Klimek
2012-12-03
1
-12
/
+13
*
libclangFormat is not libclangTooling, but it depends on it.
Benjamin Kramer
2012-12-03
2
-2
/
+3
*
Initial version of formatting library.
Daniel Jasper
2012-12-03
5
-0
/
+1201