summaryrefslogtreecommitdiffstats
path: root/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-1/+1
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-8/+25
* [clang-format] Fix a buildbot failure after r306406Krasimir Georgiev2017-06-271-1/+2
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-6/+10
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+2
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+5
* clang-format: [JS] improve calculateBraceType heuristicMartin Probst2017-05-311-9/+16
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-14/+25
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-7/+14
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-2/+2
* [clang-format] Fix MatchingOpeningBlockLineIndex computationKrasimir Georgiev2017-05-181-2/+3
* clang-format: [JS] for async loops.Martin Probst2017-05-151-0/+4
* clang-format: refine calculating brace types.Martin Probst2017-05-101-1/+2
* clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst2017-05-091-4/+23
* clang-format: [JS] parse async function declarations.Martin Probst2017-04-271-6/+8
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-5/+4
* clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper2017-03-311-1/+3
* [clang-format] Use a reference in loop variable; NFCKrasimir Georgiev2017-03-101-1/+1
* [clang-format] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev2017-03-011-0/+1
* Fix r296605 so that stuff in #ifndef SWIG blocks is still formatted.Daniel Jasper2017-03-011-1/+2
* clang-format: Ignore contents of #ifdef SWIG .. #endif blocks.Daniel Jasper2017-03-011-6/+6
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+3
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-4/+3
* [clang-format] Break before a sequence of line comments aligned with the next...Krasimir Georgiev2017-02-081-12/+67
* clang-format: [JS] correcly format object literal methods.Martin Probst2017-02-071-8/+17
* clang-format: [JS] handle parenthesized class expressions.Martin Probst2017-02-071-5/+15
* [clang-format] Don't reflow across comment pragmas.Krasimir Georgiev2017-02-021-4/+14
* [clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev2017-02-021-2/+37
* [clang-format] Fix regression merging comments across newlines.Krasimir Georgiev2017-01-311-1/+6
* [clang-format] Separate line comment sections after a right brace from commen...Krasimir Georgiev2017-01-301-7/+39
* [clang-format] Implement comment reflowing.Krasimir Georgiev2017-01-251-3/+53
* clang-format: [JS] revert over-eager ASI check.Martin Probst2017-01-161-2/+1
* 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
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-2/+2
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-8/+8
* clang-format: [JS] Fix formatting of generator functions.Daniel Jasper2016-11-011-2/+4
* clang-format: [JS] Fix template string ASI.Martin Probst2016-10-211-3/+8
* clang-format: [JS] ASI insertion after boolean literals.Martin Probst2016-09-181-1/+3
* clang-format: [JS] handle object literals with casts.Martin Probst2016-08-191-1/+2
* clang-format: Fix incorrect detection of QT-signals access specifier.Daniel Jasper2016-07-271-1/+1
* clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper2016-06-201-0/+2
* clang-format: [Proto] Don't do bad things if imports are missing ;.Daniel Jasper2016-06-201-4/+15
* clang-format: [JS] no ASI on `import {x as\n y}`.Martin Probst2016-06-011-5/+5
* clang-format: [JS] fix async parsing.Martin Probst2016-05-291-4/+9
* clang-format: Fix incorrect indentation in last line of macro definitionDaniel Jasper2016-05-191-0/+2
* clang-format: Support enum type template arguments.Daniel Jasper2016-05-081-0/+7
* clang-format: [JS] generator and async functions.Martin Probst2016-04-241-8/+23
* reuse mustBeJSIdent for interface detectionMartin Probst2016-04-191-7/+8
* clang-format: [JS] support `interface` as a free standing identifier.Martin Probst2016-04-191-0/+15