summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Allow splitting the line after /**/-comments.Daniel Jasper2016-05-271-0/+2
* [clang-format] moved unit tests related to replacements cleaner from FormatTe...Eric Liu2016-05-271-29/+0
* clang-format: Fix incorrect indentation in last line of macro definitionDaniel Jasper2016-05-191-0/+6
* clang-format: Fix enumerator case ranges.Daniel Jasper2016-05-191-0/+1
* [clang-format] Make formatReplacements() also sort #includes.Eric Liu2016-05-181-0/+25
* clang-format: Fix space after argument comments.Daniel Jasper2016-05-081-1/+1
* clang-format: Support enum type template arguments.Daniel Jasper2016-05-081-0/+4
* Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu2016-04-251-0/+29
* clang-format: Improve heuristics to detect function declarations/definitions.Daniel Jasper2016-04-181-0/+8
* clang-format: Last line in incomplete block is indented incorrectlyMarianne Mailhot-Sarrasin2016-04-141-3/+2
* clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin2016-04-141-0/+226
* clang-format: Fix label-in-if statement in macros where it is actually used.Daniel Jasper2016-04-061-0/+6
* clang-format: Support labels in brace-less ifs.Daniel Jasper2016-04-061-0/+6
* clang-format: Fix incorrect function annotation detection.Daniel Jasper2016-04-061-0/+6
* clang-format: Fix cast detection on "this".Daniel Jasper2016-04-051-0/+1
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-1/+2
* Dsiable FormatStyle::GetStyleOfFile test case for mingw.Eric Liu2016-03-241-1/+1
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-0/+34
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-28/+0
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-0/+28
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+2
* clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.Daniel Jasper2016-03-171-5/+24
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-021-1/+1
* [clang-format] Detect constructor initializers preceded by `noexcept`.Daniel Jasper2016-03-011-0/+3
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-1/+45
* clang-format: Correctly apply wrap before multi-line RHS rule toDaniel Jasper2016-03-011-0/+4
* clang-format: Increase the penalty for breaking between array subscripts.Daniel Jasper2016-03-011-0/+2
* Remove use of builtin comma operator.Richard Trieu2016-02-181-1/+2
* clang-format: Make indentation after "<<" more consistent.Daniel Jasper2016-02-111-0/+7
* clang-format: Make it more expensive to break template parameters.Daniel Jasper2016-02-111-0/+5
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-081-0/+5
* clang-format: Fix corner case in template detection.Daniel Jasper2016-02-051-0/+4
* clang-format: Fix formatting of ternary expressions with comments.Daniel Jasper2016-02-031-0/+4
* clang-format: Make AlignAfterOpenBracket also affect angle brackets.Daniel Jasper2016-02-021-0/+9
* clang-format: Fix incorrect pointer detection in lambdas in constructorDaniel Jasper2016-02-011-0/+1
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-011-0/+6
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-011-0/+8
* Fix formatting of fully qualified names in array subscripts.Manuel Klimek2016-01-191-0/+1
* clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.Daniel Jasper2016-01-141-0/+3
* clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper2016-01-131-7/+6
* [clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer2016-01-111-0/+9
* clang-format: Fix overloading "operator," definitions more thoroughly.Daniel Jasper2016-01-111-1/+1
* clang-format: Slightly row back on r257257.Daniel Jasper2016-01-111-0/+13
* clang-format: Fix incorrect line break in certain configurations.Daniel Jasper2016-01-091-0/+4
* clang-format: Support definitions/declarations of operator,.Daniel Jasper2016-01-091-0/+3
* clang-format: Fix corner case in one-per-line formatting.Daniel Jasper2016-01-071-0/+8
* clang-format: Support weird lambda macros.Daniel Jasper2016-01-071-0/+1
* clang-format: Fix corner case in "if it saves columns"-calculation.Daniel Jasper2016-01-051-1/+4
* clang-format: Handle \n the same way as std::endl with stream operator.Daniel Jasper2016-01-051-0/+9
* clang-format: Avoid creating hanging indents in call sequences.Daniel Jasper2016-01-051-2/+10
OpenPOWER on IntegriCloud