index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Format
/
Format.cpp
Age
Commit message (
Expand
)
Author
2013-03-01
Implement fallback split point for string literals.
Manuel Klimek
2013-02-28
Improve formatting of #defines.
Daniel Jasper
2013-02-28
Fix bug when formatting "A<A<A>>".
Daniel Jasper
2013-02-28
Fix incorrect recognition of bin-packing.
Daniel Jasper
2013-02-27
Enable bin-packing in Google style.
Daniel Jasper
2013-02-26
Only keep empty lines in unwrapped lines if they preceed a line comment.
Daniel Jasper
2013-02-26
Only break string literals as a last resort.
Daniel Jasper
2013-02-25
Re-add hack that caused regression.
Daniel Jasper
2013-02-24
Allow breaking between a type and name in variable declarations.
Daniel Jasper
2013-02-23
Better formatting of conditional expressions.
Daniel Jasper
2013-02-21
Consistently put {} onto the same line for empty functions.
Daniel Jasper
2013-02-21
Allow breaking between type and name in for loops.
Daniel Jasper
2013-02-20
Fix regression in string literal alignment.
Manuel Klimek
2013-02-20
Fixes bug in string literal alignment.
Manuel Klimek
2013-02-20
Don't remove blank lines within unwrapped lines.
Daniel Jasper
2013-02-20
Implements breaking of string literals if they stick out.
Manuel Klimek
2013-02-19
Fix bug in LineState comparison function.
Daniel Jasper
2013-02-18
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
Always break after multi-line string literals.
Daniel Jasper
2013-02-18
Prevent line breaks that make stuff hard to read.
Daniel Jasper
2013-02-15
Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.
Daniel Jasper
2013-02-15
Prevent only breaking before "?" in conditional expressions.
Daniel Jasper
2013-02-14
Reduce penalty for breaking before ./-> after complex calls.
Daniel Jasper
2013-02-14
Remove the trailing whitespace of formatted lines.
Daniel Jasper
2013-02-14
Get less confused by trailing comma in Google style.
Daniel Jasper
2013-02-14
Align superclasses for multiple inheritence.
Daniel Jasper
2013-02-13
Allow breaking after the return type in function declarations.
Daniel Jasper
2013-02-13
Fix comment alignment close to the column limit.
Daniel Jasper
2013-02-13
Pull search state out as class members.
Manuel Klimek
2013-02-13
An attempt to make the search algorithm easier to understand.
Manuel Klimek
2013-02-12
Fix bug in the adjustment to existing lines.
Daniel Jasper
2013-02-11
Formatter: Detect ObjC message expressions after 'in' in loop
Nico Weber
2013-02-11
Get rid of manual debug output, now that the test runner supports it.
Manuel Klimek
2013-02-11
Fix invalid formatting with spaces before trailing comments.
Daniel Jasper
2013-02-11
Fixes handling of empty lines in macros.
Manuel Klimek
2013-02-08
Fix indentation-detection at indent level 0.
Manuel Klimek
2013-02-08
Takes the context into account when re-indenting regions.
Manuel Klimek
2013-02-08
Implement a tiny expression parser to improve formatting decisions.
Daniel Jasper
2013-02-08
Avoid unnecessary line breaks in nested ObjC calls.
Daniel Jasper
2013-02-06
Fix bug in the alignment of comments.
Daniel Jasper
2013-02-06
Align trailing block comments like trailing line comments.
Daniel Jasper
2013-02-06
Fix formatting of ObjC method calls.
Daniel Jasper
2013-02-06
Fix a formatting bug caused by comments in expressions.
Daniel Jasper
2013-02-06
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-05
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-05
Fix some linebreak decisions in Google format.
Daniel Jasper
2013-02-04
Improve handling of trailing block comments
Daniel Jasper
2013-02-04
Improve handling of trailing block comments.
Daniel Jasper
2013-02-04
Fix an error in formatting of for-loops.
Daniel Jasper
[prev]
[next]