aboutsummaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTest.cpp
AgeCommit message (Expand)Author
2013-02-19Correctly format macro with unfinished template declaration.Daniel Jasper
2013-02-18Improve indentation of builder type calls.Daniel Jasper
2013-02-18Improve formatting of builder-type calls.Daniel Jasper
2013-02-18Reformat lines if they were "moved around".Daniel Jasper
2013-02-18Correctly determine */& usage in more cases.Daniel Jasper
2013-02-18Always break after multi-line string literals.Daniel Jasper
2013-02-18Prevent line breaks that make stuff hard to read.Daniel Jasper
2013-02-15Recognize < and > as binary expressions in builder-type calls.Daniel Jasper
2013-02-15Done break between 'operator' and '<<'.Daniel Jasper
2013-02-15Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option.Daniel Jasper
2013-02-15Prevent only breaking before "?" in conditional expressions.Daniel Jasper
2013-02-14Fix counting of parameters so that r175162 works as expected.Daniel Jasper
2013-02-14Reduce penalty for breaking before ./-> after complex calls.Daniel Jasper
2013-02-14Remove the trailing whitespace of formatted lines.Daniel Jasper
2013-02-14Get less confused by trailing comma in Google style.Daniel Jasper
2013-02-14Remove accidentally committed empty test.Daniel Jasper
2013-02-14Align superclasses for multiple inheritence.Daniel Jasper
2013-02-13Allow breaking after the return type in function declarations.Daniel Jasper
2013-02-13Fix comment alignment close to the column limit.Daniel Jasper
2013-02-13Formatter: And more cast tests (these don't pass yet).Nico Weber
2013-02-13Formatter: Add more cast tests.Nico Weber
2013-02-13Formatter: Refactor the cast detection code to be a bit more readable.Nico Weber
2013-02-13Formatter: Detect ObjC method expressions after casts.Nico Weber
2013-02-12Fix crash for incomplete labels in macros.Daniel Jasper
2013-02-12Fix bug in the adjustment to existing lines.Daniel Jasper
2013-02-12Formatter: Correctly format stars in `sizeof(int**)` and similar places.Nico Weber
2013-02-11Formatter: Detect ObjC message expressions after 'in' in loopNico Weber
2013-02-11Get rid of manual debug output, now that the test runner supports it.Manuel Klimek
2013-02-11Fix invalid formatting with spaces before trailing comments.Daniel Jasper
2013-02-11Fixes handling of empty lines in macros.Manuel Klimek
2013-02-11Fix formatting of overloaded operator definitions.Daniel Jasper
2013-02-10Formatter: Add a test for multi-line ObjC dict literals.Nico Weber
2013-02-10Formatter: Add another ObjC literal test.Nico Weber
2013-02-10Formatter: Initial support for ObjC dictionary literals.Nico Weber
2013-02-10Formatter: Detect ObjC array literals.Nico Weber
2013-02-09Formatter: Add test for default arguments.Nico Weber
2013-02-08Fix indentation-detection at indent level 0.Manuel Klimek
2013-02-08Takes the context into account when re-indenting regions.Manuel Klimek
2013-02-08Fix handling of fake parenthesis during formatting.Daniel Jasper
2013-02-08Implement a tiny expression parser to improve formatting decisions.Daniel Jasper
2013-02-08Avoid unnecessary line breaks in nested ObjC calls.Daniel Jasper
2013-02-07clang-format: Don't put useless space in f( ::g()).Daniel Jasper
2013-02-07Formatter: Move ObjC literal tests to its own test case.Nico Weber
2013-02-06Fix bug in the alignment of comments.Daniel Jasper
2013-02-06Become a little smarter with formatting long chains of pipes.Daniel Jasper
2013-02-06Align trailing block comments like trailing line comments.Daniel Jasper
2013-02-06Formatter: Correctly detect ObjC message expressions preceded by a comment.Nico Weber
2013-02-06Fix handling of comments in macros.Manuel Klimek
2013-02-06Much semicolon after namespaces.Manuel Klimek
2013-02-06Fix formatting of ObjC method calls.Daniel Jasper