summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-131-39/+49
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-0/+13
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-737/+3
* clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper2016-11-291-25/+29
* clang-format: Fix unnnecessary line break.Daniel Jasper2016-11-291-0/+6
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-151-0/+24
* clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper2016-11-121-0/+20
* [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...Nico Weber2016-11-101-0/+20
* clang-format: Better support for CUDA's triple brackets.Daniel Jasper2016-11-051-0/+2
* Fixed column shift when formatting line containing bit shift operatorsMalcolm Parsons2016-11-031-0/+12
* clang-format: Fix bug in function reference qualifier detection.Daniel Jasper2016-11-011-1/+4
* clang-format: Fix incorrect pointer detection.Daniel Jasper2016-11-011-0/+1
* clang-format: Fix incorrect binary operator detection.Daniel Jasper2016-11-011-0/+1
* Skip over AnnotatedLines with >50 levels of nesting; don't format them.Daniel Jasper2016-10-311-0/+24
* Bug 28065 - clang-format incorrectly aligns backslash.Andi-Bogdan Postelnicu2016-10-261-0/+11
* clang-format: Fix bad multi-variable for-loop formatting.Daniel Jasper2016-10-041-0/+1
* [clang-format] Don't allow newline after uppercase Obj-C block return typesDaniel Jasper2016-09-261-0/+2
* clang-format: Only special-case top-level */& in multivar-declstmts.Daniel Jasper2016-09-261-0/+1
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+7
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-24/+16
* clang-format: Fix incorrect detection of QT-signals access specifier.Daniel Jasper2016-07-271-0/+4
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-8/+16
* clang-format: Restrict r272537 to function ref qualifiers.Daniel Jasper2016-06-131-0/+1
* clang-format: Fix incorrect function type detection.Daniel Jasper2016-06-131-0/+1
* clang-format: Don't merge const and &, e.g. in function ref qualifiers.Daniel Jasper2016-06-131-0/+2
* clang-format: Fix incorrect cast detection.Daniel Jasper2016-06-131-0/+1
* clang-format: Don't indent lambda body relative to its return type.Daniel Jasper2016-06-131-0/+4
* clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper2016-06-081-0/+8
* clang-format: Fix bug in function ref qualifier identification.Daniel Jasper2016-06-081-0/+1
* 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
OpenPOWER on IntegriCloud