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-19
Correctly format macro with unfinished template declaration.
Daniel Jasper
2013-02-18
Improve indentation of builder type calls.
Daniel Jasper
2013-02-18
Improve formatting of builder-type calls.
Daniel Jasper
2013-02-18
Reformat lines if they were "moved around".
Daniel Jasper
2013-02-18
Correctly determine */& usage in more cases.
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
Recognize < and > as binary expressions in builder-type calls.
Daniel Jasper
2013-02-15
Done break between 'operator' and '<<'.
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
Fix counting of parameters so that r175162 works as expected.
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
Remove accidentally committed empty test.
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
Formatter: And more cast tests (these don't pass yet).
Nico Weber
2013-02-13
Formatter: Add more cast tests.
Nico Weber
2013-02-13
Formatter: Refactor the cast detection code to be a bit more readable.
Nico Weber
2013-02-13
Formatter: Detect ObjC method expressions after casts.
Nico Weber
2013-02-12
Fix crash for incomplete labels in macros.
Daniel Jasper
2013-02-12
Fix bug in the adjustment to existing lines.
Daniel Jasper
2013-02-12
Formatter: Correctly format stars in `sizeof(int**)` and similar places.
Nico Weber
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-11
Fix formatting of overloaded operator definitions.
Daniel Jasper
2013-02-10
Formatter: Add a test for multi-line ObjC dict literals.
Nico Weber
2013-02-10
Formatter: Add another ObjC literal test.
Nico Weber
2013-02-10
Formatter: Initial support for ObjC dictionary literals.
Nico Weber
2013-02-10
Formatter: Detect ObjC array literals.
Nico Weber
2013-02-09
Formatter: Add test for default arguments.
Nico Weber
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
Fix handling of fake parenthesis during formatting.
Daniel Jasper
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-07
clang-format: Don't put useless space in f( ::g()).
Daniel Jasper
2013-02-07
Formatter: Move ObjC literal tests to its own test case.
Nico Weber
2013-02-06
Fix bug in the alignment of comments.
Daniel Jasper
2013-02-06
Become a little smarter with formatting long chains of pipes.
Daniel Jasper
2013-02-06
Align trailing block comments like trailing line comments.
Daniel Jasper
2013-02-06
Formatter: Correctly detect ObjC message expressions preceded by a comment.
Nico Weber
2013-02-06
Fix handling of comments in macros.
Manuel Klimek
2013-02-06
Much semicolon after namespaces.
Manuel Klimek
2013-02-06
Fix formatting of ObjC method calls.
Daniel Jasper
[prev]
[next]