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
*
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-05
1
-1
/
+31
*
Fix some linebreak decisions in Google format.
Daniel Jasper
2013-02-05
1
-8
/
+10
*
Improve handling of trailing block comments
Daniel Jasper
2013-02-04
1
-3
/
+7
*
Improve handling of trailing block comments.
Daniel Jasper
2013-02-04
1
-1
/
+2
*
Fix an error in formatting of for-loops.
Daniel Jasper
2013-02-04
1
-2
/
+4
*
Restructuring of token annotation for formatting.
Daniel Jasper
2013-02-04
1
-15
/
+15
*
Fix bug in formatting of nested initializers.
Daniel Jasper
2013-02-03
1
-1
/
+0
*
Hopefully fix windows build due to non-standard pair implementation.
Daniel Jasper
2013-02-01
1
-1
/
+1
*
Revamp of the basic layouting algorithm in clang-format.
Daniel Jasper
2013-02-01
1
-117
/
+122
*
Several improvements to the formatting of static initializers.
Daniel Jasper
2013-01-31
1
-11
/
+39
*
Don't generate no-op replacements.
Daniel Jasper
2013-01-30
1
-0
/
+5
*
Move the token annotator into separate files.
Daniel Jasper
2013-01-29
1
-1030
/
+1
*
Improve formatting of code with comments.
Daniel Jasper
2013-01-29
1
-6
/
+5
*
Allow all parameters on next line for function calls in Chrome.
Daniel Jasper
2013-01-29
1
-5
/
+6
*
Split ">>" in "A<B<C> >" in Chromium style.
Daniel Jasper
2013-01-29
1
-0
/
+1
*
Fix uninitialized error caused by r173801.
Daniel Jasper
2013-01-29
1
-2
/
+3
*
Calculate the split penalty upfront.
Daniel Jasper
2013-01-29
1
-55
/
+60
*
Fix a comment and reformat clang-format with clang-format
Daniel Jasper
2013-01-29
1
-43
/
+44
*
Initial support for multiple variable declarations.
Daniel Jasper
2013-01-29
1
-15
/
+15
*
Reverting changes from r173785 (removing empty lines before "}").
Daniel Jasper
2013-01-29
1
-2
/
+0
*
Remove empty lines before "}".
Daniel Jasper
2013-01-29
1
-0
/
+2
*
Fix a bug that would lead to bad line break decisions in for loops.
Daniel Jasper
2013-01-28
1
-6
/
+6
*
Don't put a function's return type on its own line in Google style.
Daniel Jasper
2013-01-28
1
-1
/
+3
*
Let clang-format break after a function's return type.
Daniel Jasper
2013-01-28
1
-7
/
+33
*
Make continuations in constructor initializers consistent.
Daniel Jasper
2013-01-28
1
-1
/
+2
*
Initial support for formatting range-based for-loops.
Daniel Jasper
2013-01-28
1
-3
/
+19
*
Improve formatting of conditional expressions.
Daniel Jasper
2013-01-28
1
-10
/
+22
*
Several small changes in formatting decisions.
Daniel Jasper
2013-01-28
1
-26
/
+15
*
Improve indentation after breaking at nested name specifiers.
Daniel Jasper
2013-01-28
1
-3
/
+4
*
Avoid confusing identations for multi-parameter functions.
Daniel Jasper
2013-01-28
1
-3
/
+30
*
Fix some alignment and line break decisions.
Daniel Jasper
2013-01-25
1
-2
/
+2
*
Allow breaking after "::" if absolutely necessary.
Daniel Jasper
2013-01-25
1
-4
/
+7
*
Add extra indent for nested calls inside if's.
Daniel Jasper
2013-01-23
1
-3
/
+7
*
Don't try to align builder-type continuations on assignments.
Daniel Jasper
2013-01-23
1
-4
/
+12
*
Don't try to do a hanging ident after assignments.
Daniel Jasper
2013-01-23
1
-5
/
+2
*
Fixes layouting regression and invalid-read.
Manuel Klimek
2013-01-23
1
-1
/
+3
*
Fix the formatting of pointer/reference types in range-based for loops.
Daniel Jasper
2013-01-23
1
-1
/
+2
*
Removing the penalty for breaking after "=".
Daniel Jasper
2013-01-23
1
-5
/
+0
*
Fix another regression for pointer types.
Daniel Jasper
2013-01-23
1
-11
/
+19
*
Fix regression in formatting pointer types.
Daniel Jasper
2013-01-23
1
-1
/
+3
*
Fix segfaults in the formatter.
Manuel Klimek
2013-01-23
1
-2
/
+2
*
Add option to allow putting all parameters onto the next line.
Daniel Jasper
2013-01-23
1
-18
/
+17
*
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-23
1
-3
/
+6
*
Implements more principled comment parsing.
Manuel Klimek
2013-01-22
1
-1
/
+3
*
Let the formatter be more restrictive for breaking around . and ->
Daniel Jasper
2013-01-22
1
-1
/
+11
*
Fix "*" formatting when creating arrays of pointers.
Daniel Jasper
2013-01-22
1
-0
/
+10
*
Remove "incorrect" aligning of trailing comments.
Daniel Jasper
2013-01-21
1
-4
/
+11
*
Formatter: Set MatchingParen for [], to match <>, (), {}. No functionality ch...
Nico Weber
2013-01-21
1
-0
/
+2
*
Formatter: Rename LSquare to Left to make parseSquare() more consistent with ...
Nico Weber
2013-01-21
1
-8
/
+6
*
Fixes formatting of empty blocks.
Manuel Klimek
2013-01-21
1
-33
/
+34
[next]