summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* TypoJoerg Sonnenberger2017-01-051-2/+2
* clang-format: [JS] avoid indent after ambient function declarations.Martin Probst2017-01-041-0/+10
* clang-format: Less eagerly try to keep label-value pairs on a line.Daniel Jasper2016-12-221-0/+4
* Make FormatStyle.GetStyleOfFile test work on MSVCAntonio Maiorano2016-12-221-6/+0
* clang-format: Fix bug in handling of single-column lists.Daniel Jasper2016-12-211-0/+8
* clang-format: Fix bug in understanding string-label&value analysis.Daniel Jasper2016-12-201-0/+6
* clang-format: Slightly tweak the behavior of <<-wrapping.Daniel Jasper2016-12-191-0/+3
* [clang-format] revert an unintended change in r288493 and add a test case.Eric Liu2016-12-191-0/+13
* clang-format: Fix regression introduced in r290084.Daniel Jasper2016-12-191-1/+1
* clang-format: Allow "single column" list layout even if that violates theDaniel Jasper2016-12-191-0/+12
* 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-123-737/+826
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+24
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-0/+87
* clang-format: [JS] Properly format dict literals that skip labels.Daniel Jasper2016-11-291-0/+7
* 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: [JS] do not break after declare namespace.Martin Probst2016-11-101-0/+31
* clang-format: [TypeScript] Fix bug in handling of non-null operator.Daniel Jasper2016-11-091-0/+1
* 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: [JS] Fix incorrect space when "as" is used as identifier.Daniel Jasper2016-11-011-0/+1
* clang-format: Fix incorrect binary operator detection.Daniel Jasper2016-11-011-0/+1
* clang-format: [JS] Fix formatting of generator functions.Daniel Jasper2016-11-011-0/+5
* clang-format: [JS] Fix space when for is used as regular identifier.Daniel Jasper2016-11-011-0/+1
* Skip over AnnotatedLines with >50 levels of nesting; don't format them.Daniel Jasper2016-10-311-0/+24
* clang-format: [JS] Fix missing space after 'yield'.Daniel Jasper2016-10-311-0/+2
* Bug 28065 - clang-format incorrectly aligns backslash.Andi-Bogdan Postelnicu2016-10-261-0/+11
* clang-format: [JS] Fix template string ASI.Martin Probst2016-10-211-0/+6
* [Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons2016-10-201-0/+18
* Make DeletedLines local variables in checkEmptyNamespace.Eric Liu2016-10-051-0/+18
* [clang-format] append newline after code when inserting new headers at the en...Eric Liu2016-10-051-3/+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] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-231-2/+57
* clang-format: [JS] reserved words in method names.Martin Probst2016-09-221-0/+15
* clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst2016-09-191-0/+10
* clang-format: [JS] Do not wrap taze annotation comments.Martin Probst2016-09-181-0/+6
* clang-format: [JS] ASI insertion after boolean literals.Martin Probst2016-09-181-0/+12
* clang-format: [JS] Fix a crash in handledTemplateStrings.Daniel Jasper2016-09-171-0/+3
* Remove redundant comma around parenthesis in parameter list.Eric Liu2016-09-131-56/+56
* Also cleanup comments around redundant colons/commas in format::cleanup.Eric Liu2016-09-091-13/+8
* clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLineDaniel Jasper2016-09-071-22/+59
OpenPOWER on IntegriCloud