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-01-11
Improved formatting of constructor initializers
Daniel Jasper
2013-01-11
Refactor IndentState into two classes.
Daniel Jasper
2013-01-10
Formatter: Put spaces in ObjC method decls in the right place for Google style.
Nico Weber
2013-01-10
Formatter: No spaces around '=' in @property lines.
Nico Weber
2013-01-10
Formatting: In @implementation etc lines, put a space before protocol lists.
Nico Weber
2013-01-10
Refactoring the outermost structure of the formatter.
Manuel Klimek
2013-01-10
Formatter: Don't put a space in ObjC number literals like @+50
Nico Weber
2013-01-10
Formatter: Add space before '(' in @implemenation, @interface, @protocol lines
Nico Weber
2013-01-10
Pull calculation whether a line fits one level up.
Manuel Klimek
2013-01-10
Pulling formatFirstToken one level up.
Manuel Klimek
2013-01-10
Fixes layout of right braces.
Manuel Klimek
2013-01-10
Basic support for diagnostics.
Alexander Kornienko
2013-01-10
Fixes formatting of function calls etc inside an initializer list.
Manuel Klimek
2013-01-10
Do not add newline in empty blocks.
Manuel Klimek
2013-01-10
Improvements to function type and ObjC block formatting.
Daniel Jasper
2013-01-10
Fix layout of blocks inside statements.
Manuel Klimek
2013-01-10
Improve clang-format's understanding of casts.
Daniel Jasper
2013-01-10
Do more error checking for '{}'.
Daniel Jasper
2013-01-10
Formatter: Remove unused @-formatting code.
Nico Weber
2013-01-10
Formatter: @optional and @required go on their own line.
Nico Weber
2013-01-09
Enables layouting unwrapped lines around preprocessor directives.
Manuel Klimek
2013-01-09
Only align after assignments on the top level.
Daniel Jasper
2013-01-09
Don't simply give up when exceeding 80cols, choose an "ok" option.
Daniel Jasper
2013-01-09
Correctly format wrapped function call parameters in templated functions.
Daniel Jasper
2013-01-09
Allow comments in the middle of statements to be on their own line.
Daniel Jasper
2013-01-09
Fix ObjC block declarations.
Daniel Jasper
2013-01-09
Improve formatting of conditional operators.
Daniel Jasper
2013-01-08
Don't break after unary operators.
Daniel Jasper
2013-01-08
Formatter: Format @ literals better. Array and dictionary literals need more ...
Nico Weber
2013-01-08
Don't put spaces around ##.
Daniel Jasper
2013-01-08
Change the data structure used in clang-format.
Daniel Jasper
2013-01-07
Formatter: Support @public/@protected/@package/@private.
Nico Weber
2013-01-07
Formatter: Add tests for try/catch. Let 'throw' start an expression.
Nico Weber
2013-01-07
Formatter: Don't put spaces betwen @ and objc keywords.
Nico Weber
2013-01-07
Small refactoring of the formatter code.
Daniel Jasper
2013-01-07
Fix typo.
Nico Weber
2013-01-07
Reformat clang-formats source code.
Daniel Jasper
2013-01-07
Prefer not to break after assignments.
Daniel Jasper
2013-01-07
Add style option for number of spaces before trailing comments.
Daniel Jasper
2013-01-07
Do not break before "0" in pure virtual function declarations.
Daniel Jasper
2013-01-07
Remove outdated fixme.
Manuel Klimek
2013-01-07
Do not ever allow using the full line in preprocessor directives.
Manuel Klimek
2013-01-07
Fix layouting of single-line-comments preceded by an escaped newline.
Manuel Klimek
2013-01-07
Fix layouting of tokens with a leading escaped newline.
Manuel Klimek
2013-01-07
Put a higher penalty on breaking before "." or "->".
Daniel Jasper
2013-01-05
Fixes parsing of hash tokens in the middle of a line.
Manuel Klimek
2013-01-04
Various fixes to clang-format's macro handling.
Manuel Klimek
2013-01-04
Correctly format dereference and address of in array parameters.
Daniel Jasper
2013-01-04
Let the formatter ignore UnwrappedLines containing errors.
Daniel Jasper
2013-01-02
Fixes multiple formatting bugs.
Manuel Klimek
[prev]
[next]