index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
Format
/
FormatTest.cpp
Age
Commit message (
Expand
)
Author
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
Formatter: More ObjC tests.
Nico Weber
2013-01-08
Formatter: Add tests for some ObjC bits that happen to be formatted correctly.
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
Fix parsing of variable declarations directly after a class / struct.
Manuel Klimek
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
Test all @keywords. Turns out some of them are not formatted correctly yet.
Nico Weber
2013-01-07
Slightly expand the @ test to cover whitespace between @ and keyword.
Nico Weber
2013-01-07
Add a test that checks that the formatter doesn't discard '@' with ObjC1 set.
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
Fix incorrect 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-06
Fixes handling of unbalances braces.
Manuel Klimek
2013-01-05
Fixes parsing of hash tokens in the middle of a line.
Manuel Klimek
2013-01-05
Fixes PR14801 - preprocessor directives shouldn't be indented
Manuel Klimek
2013-01-05
Fixes PR14811: Crash when formatting some macros
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
2013-01-02
Don't allow line breaks after template parameters.
Daniel Jasper
2013-01-02
Format */& as binary operator if followed by a unary operator.
Daniel Jasper
2013-01-02
Fixes use of unescaped newlines when formatting preprocessor directives.
Manuel Klimek
2013-01-02
Correctly format pointers and references in casts.
Daniel Jasper
2013-01-02
Understand unary operators after "return" and "case".
Daniel Jasper
2013-01-02
Prefer splitting after "template <...>" and fix indentation.
Daniel Jasper
2013-01-02
Prefer to break after operators over breaking after "(".
Daniel Jasper
2013-01-02
Understand * and & in ternary expressions.
Daniel Jasper
2013-01-02
Don't break after pointer or reference specifier.
Daniel Jasper
2012-12-30
Formatter: parse and format inline namespaces like regular namespaces
Dmitri Gribenko
2012-12-24
Penalize tokens with a lower parenthesis level than the start of the line.
Daniel Jasper
2012-12-24
Align RHS after assignments and return statements.
Daniel Jasper
2012-12-24
Fix formatting over overloaded operators.
Daniel Jasper
2012-12-24
Take operator precedence into account when splitting lines.
Daniel Jasper
2012-12-23
libFormat: Teach the *& usage heuristic that "return" starts a rhs too.
Nico Weber
2012-12-21
Adding to FormatTest.cpp test for a very long ObjC method
Fariborz Jahanian
2012-12-21
format: Handle #import as include directive too.
Nico Weber
2012-12-21
clang-format: No spaces around directory specifiers
Daniel Jasper
2012-12-21
Basic support for formatting for-loops.
Daniel Jasper
2012-12-21
Formatting fixes for PR14680
Daniel Jasper
[prev]
[next]