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
*
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-24
1
-11
/
+5
*
Better formatting of conditional expressions.
Daniel Jasper
2013-02-23
1
-42
/
+29
*
Consistently put {} onto the same line for empty functions.
Daniel Jasper
2013-02-21
1
-18
/
+18
*
Allow breaking between type and name in for loops.
Daniel Jasper
2013-02-21
1
-9
/
+15
*
Fix regression in string literal alignment.
Manuel Klimek
2013-02-20
1
-1
/
+1
*
Fixes bug in string literal alignment.
Manuel Klimek
2013-02-20
1
-2
/
+15
*
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
1
-6
/
+9
*
Implements breaking of string literals if they stick out.
Manuel Klimek
2013-02-20
1
-17
/
+97
*
Fix bug in LineState comparison function.
Daniel Jasper
2013-02-19
1
-13
/
+13
*
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
1
-0
/
+3
*
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
1
-1
/
+3
*
Always break after multi-line string literals.
Daniel Jasper
2013-02-18
1
-0
/
+1
*
Prevent line breaks that make stuff hard to read.
Daniel Jasper
2013-02-18
1
-0
/
+15
*
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
Daniel Jasper
2013-02-15
1
-0
/
+3
*
Prevent only breaking before "?" in conditional expressions.
Daniel Jasper
2013-02-15
1
-1
/
+12
*
Reduce penalty for breaking before ./-> after complex calls.
Daniel Jasper
2013-02-14
1
-4
/
+3
*
Remove the trailing whitespace of formatted lines.
Daniel Jasper
2013-02-14
1
-13
/
+21
*
Get less confused by trailing comma in Google style.
Daniel Jasper
2013-02-14
1
-1
/
+2
*
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-14
1
-0
/
+4
*
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-13
1
-5
/
+6
*
Fix comment alignment close to the column limit.
Daniel Jasper
2013-02-13
1
-1
/
+1
*
Pull search state out as class members.
Manuel Klimek
2013-02-13
1
-17
/
+13
*
An attempt to make the search algorithm easier to understand.
Manuel Klimek
2013-02-13
1
-49
/
+86
*
Fix bug in the adjustment to existing lines.
Daniel Jasper
2013-02-12
1
-6
/
+9
*
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
1
-1
/
+4
*
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
1
-3
/
+0
*
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
1
-4
/
+2
*
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-11
1
-3
/
+4
*
Fix indentation-detection at indent level 0.
Manuel Klimek
2013-02-08
1
-2
/
+2
*
Takes the context into account when re-indenting regions.
Manuel Klimek
2013-02-08
1
-25
/
+62
*
Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
2013-02-08
1
-36
/
+41
*
Avoid unnecessary line breaks in nested ObjC calls.
Daniel Jasper
2013-02-08
1
-16
/
+39
*
Fix bug in the alignment of comments.
Daniel Jasper
2013-02-06
1
-1
/
+4
*
Align trailing block comments like trailing line comments.
Daniel Jasper
2013-02-06
1
-8
/
+7
*
Fix formatting of ObjC method calls.
Daniel Jasper
2013-02-06
1
-1
/
+1
*
Fix a formatting bug caused by comments in expressions.
Daniel Jasper
2013-02-06
1
-0
/
+1
*
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-06
1
-7
/
+50
*
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
[next]