summaryrefslogtreecommitdiffstats
path: root/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Merging r299574:Tom Stellard2017-04-261-0/+1
* clang-format: Fix regression introduced by r291801.Daniel Jasper2017-01-121-8/+4
* clang-format: Treat braced lists like other complex parameters.Daniel Jasper2017-01-121-0/+7
* clang-format: Improve support for override/final as variable names.Daniel Jasper2017-01-091-6/+4
* clang-format: [JS] ASI after importsMartin Probst2017-01-091-5/+13
* clang-format: [JS] avoid indent after ambient function declarations.Martin Probst2017-01-041-1/+4
* Change clang-format's Chromium JavaScript defaultsNico Weber2017-01-041-0/+3
* Use after move bug fixesPiotr Padlewski2016-12-233-10/+15
* clang-format: Less eagerly try to keep label-value pairs on a line.Daniel Jasper2016-12-221-1/+1
* Make FormatStyle.GetStyleOfFile test work on MSVCAntonio Maiorano2016-12-221-1/+5
* clang-format: Fix bug in handling of single-column lists.Daniel Jasper2016-12-211-8/+6
* clang-format: Fix bug in understanding string-label&value analysis.Daniel Jasper2016-12-201-2/+5
* [Format] Remove dead code.Benjamin Kramer2016-12-194-31/+0
* clang-format: Slightly tweak the behavior of <<-wrapping.Daniel Jasper2016-12-192-3/+8
* [clang-format] revert an unintended change in r288493 and add a test case.Eric Liu2016-12-191-1/+1
* clang-format: Fix regression introduced in r290084.Daniel Jasper2016-12-191-0/+8
* clang-format: Allow "single column" list layout even if that violates theDaniel Jasper2016-12-191-2/+2
* Update the default of the Mozilla coding styleSylvestre Ledru2016-12-141-1/+3
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-132-17/+28
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-2/+2
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-124-4/+23
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+2
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-30/+100
* Removed DEBUG_TYPE from TokenAnalyzer.hKrasimir Georgiev2016-11-291-2/+0
* clang-format: [JS] Properly format dict literals that skip labels.Daniel Jasper2016-11-291-0/+3
* clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper2016-11-291-1/+1
* clang-format: Fix unnnecessary line break.Daniel Jasper2016-11-291-1/+2
* [Format] Avoid copying std::sets and simplify code a bit.Benjamin Kramer2016-11-241-3/+3
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-151-1/+1
* clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper2016-11-122-9/+33
* [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...Nico Weber2016-11-101-2/+12
* drop kw_module from ASI protection blockMartin Probst2016-11-101-2/+2
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-8/+8
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-102-2/+18
* clang-format: [TypeScript] Fix bug in handling of non-null operator.Daniel Jasper2016-11-091-1/+7
* [clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper2016-11-081-19/+0
* 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/+2
* clang-format: Fix bug in function reference qualifier detection.Daniel Jasper2016-11-011-1/+1
* clang-format: Fix incorrect pointer detection.Daniel Jasper2016-11-011-2/+3
* clang-format: [JS] Fix incorrect space when "as" is used as identifier.Daniel Jasper2016-11-011-1/+1
* clang-format: Fix incorrect binary operator detection.Daniel Jasper2016-11-011-1/+1
* clang-format: [JS] Fix formatting of generator functions.Daniel Jasper2016-11-012-3/+6
* clang-format: [JS] Fix space when for is used as regular identifier.Daniel Jasper2016-11-011-0/+3
* Skip over AnnotatedLines with >50 levels of nesting; don't format them.Daniel Jasper2016-10-311-0/+15
* clang-format: [JS] Fix missing space after 'yield'.Daniel Jasper2016-10-311-0/+3
* Bug 28065 - clang-format incorrectly aligns backslash.Andi-Bogdan Postelnicu2016-10-261-1/+1
* clang-format: [JS] Fix template string ASI.Martin Probst2016-10-211-3/+8
* [Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons2016-10-202-1/+3
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-1/+1