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-02-06
Parse record declarations with token pasted identifiers.
Manuel Klimek
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-06
Fix an issue with the formatting of stars in default values.
Daniel Jasper
2013-02-06
Handle nested ObjC calls.
Daniel Jasper
2013-02-06
Formatter: No space after & and * in front of ObjC message expressions.
Nico Weber
2013-02-05
Formatter: Detect ObjC method expressions after unary operators.
Nico Weber
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-05
Fix formatting regression introduced by r174307.
Daniel Jasper
2013-02-04
Improve handling of trailing block comments
Daniel Jasper
2013-02-04
Improve formatting of stream operators.
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
2013-02-04
Restructuring of token annotation for formatting.
Daniel Jasper
2013-02-03
Fix bug in formatting of nested initializers.
Daniel Jasper
2013-01-31
Never break inside something that was a preprocessor directive.
Manuel Klimek
2013-01-31
Several improvements to the formatting of static initializers.
Daniel Jasper
2013-01-30
Don't generate no-op replacements.
Daniel Jasper
2013-01-29
Improve formatting of code with comments.
Daniel Jasper
2013-01-29
Allow all parameters on next line for function calls in Chrome.
Daniel Jasper
2013-01-29
Initial support for multiple variable declarations.
Daniel Jasper
2013-01-29
Reverting changes from r173785 (removing empty lines before "}").
Daniel Jasper
2013-01-29
Remove empty lines before "}".
Daniel Jasper
2013-01-28
Fix a bug that would lead to bad line break decisions in for loops.
Daniel Jasper
2013-01-28
Don't put a function's return type on its own line in Google style.
Daniel Jasper
2013-01-28
Let clang-format break after a function's return type.
Daniel Jasper
2013-01-28
Make continuations in constructor initializers consistent.
Daniel Jasper
2013-01-28
Initial support for formatting range-based for-loops.
Daniel Jasper
2013-01-28
Improve formatting of conditional expressions.
Daniel Jasper
2013-01-28
Several small changes in formatting decisions.
Daniel Jasper
2013-01-28
Improve indentation after breaking at nested name specifiers.
Daniel Jasper
2013-01-28
Avoid confusing identations for multi-parameter functions.
Daniel Jasper
2013-01-25
Fix some alignment and line break decisions.
Daniel Jasper
2013-01-25
Allow breaking after "::" if absolutely necessary.
Daniel Jasper
2013-01-23
Add extra indent for nested calls inside if's.
Daniel Jasper
2013-01-23
Don't try to align builder-type continuations on assignments.
Daniel Jasper
2013-01-23
Don't try to do a hanging ident after assignments.
Daniel Jasper
2013-01-23
Fix handling of macro definitions.
Manuel Klimek
2013-01-23
Fixes layouting regression and invalid-read.
Manuel Klimek
2013-01-23
Fix the formatting of pointer/reference types in range-based for loops.
Daniel Jasper
2013-01-23
Removing the penalty for breaking after "=".
Daniel Jasper
2013-01-23
Fix another regression for pointer types.
Daniel Jasper
2013-01-23
Fix regression in formatting pointer types.
Daniel Jasper
2013-01-23
Fixes incorrect handling of the declaration context stack.
Manuel Klimek
2013-01-23
Fix segfaults in the formatter.
Manuel Klimek
2013-01-23
Add option to allow putting all parameters onto the next line.
Daniel Jasper
2013-01-23
Allow us to better guess the context of an unwrapped line.
Manuel Klimek
2013-01-22
Formatter: Remove a fixme klimek fixed in r173168.
Nico Weber
2013-01-22
Implements more principled comment parsing.
Manuel Klimek
[prev]
[next]