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
Age
Commit message (
Expand
)
Author
2013-03-20
Reduce penalty for breaks after "(" for functions with parameters.
Daniel Jasper
2013-03-20
Add extra indentation for multiline comparisons.
Daniel Jasper
2013-03-20
Don't remove all indentation when in #defines.
Daniel Jasper
2013-03-20
Improve formatting of function types in template parameters.
Daniel Jasper
2013-03-19
Fix indentation for case: // comment.
Daniel Jasper
2013-03-19
Split long lines in multi-line comments.
Alexander Kornienko
2013-03-18
Fix clang-format segfault.
Daniel Jasper
2013-03-15
Improve formatting of chained calls.
Daniel Jasper
2013-03-15
Indent all lines in a multi-line comment by the same amount.
Alexander Kornienko
2013-03-14
Multi-line comment alignment
Alexander Kornienko
2013-03-14
Slightly improve formatting of longer pipe statements.
Daniel Jasper
2013-03-14
Basic support for formatting asm() statments.
Daniel Jasper
2013-03-14
Fix dereference formatting in for-loops.
Daniel Jasper
2013-03-14
Improve formatting of trailing annotations.
Daniel Jasper
2013-03-13
Fix incorrect cast identification.
Daniel Jasper
2013-03-13
Fix comment indentation before labels.
Daniel Jasper
2013-03-13
Fix formatting issue with builder-type calls.
Daniel Jasper
2013-03-13
Added AnnotatedToken::isOneOf + a few other refactorings
Alexander Kornienko
2013-03-13
Fix formatting of new arrays of pointers.
Daniel Jasper
2013-03-12
Implemented formatting of rvalue references
Alexander Kornienko
2013-03-12
Remove bad space after "default".
Daniel Jasper
2013-03-08
Fixes breaking of string literals.
Manuel Klimek
2013-03-07
Remove unncessary whitespace when triggered on empty line.
Daniel Jasper
2013-03-04
Make sure to not split string literals at the first character.
Manuel Klimek
2013-03-04
Format a line if a range in its leading whitespace was selected.
Daniel Jasper
2013-03-01
Remove whitespace at end of file.
Daniel Jasper
2013-03-01
Correctly format arrays of pointers and function types.
Daniel Jasper
2013-03-01
Normal indent for last element of builder-type call.
Daniel Jasper
2013-03-01
Remove trailing whitespace of line comments.
Daniel Jasper
2013-03-01
Implements breaking string literals at slashes.
Manuel Klimek
2013-03-01
Implement fallback split point for string literals.
Manuel Klimek
2013-02-28
Reduce penalty for splitting after "{" in static initializers.
Daniel Jasper
2013-02-28
Dont break between (( in __attribute__((.
Daniel Jasper
2013-02-28
No spaces around pointers to members.
Daniel Jasper
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-28
Fix spacing after binary operator as macro parameter.
Daniel Jasper
2013-02-27
Fix formatting of multiplications in array subscripts.
Daniel Jasper
2013-02-27
Enable bin-packing in Google style.
Daniel Jasper
2013-02-26
Fix bad line break decision.
Daniel Jasper
2013-02-26
In range-based for-loops, prefer splitting after ":".
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-23
Don't recognize unnamed pointer parameters as casts.
Daniel Jasper
2013-02-23
Allow splitting between string literals and identifiers.
Daniel Jasper
2013-02-21
Remove accidentally introduced no-op line.
Daniel Jasper
[prev]
[next]