summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* clang-format: [JS] simplify import/export.Martin Probst2016-04-191-9/+9
* clang-format: Last line in incomplete block is indented incorrectlyMarianne Mailhot-Sarrasin2016-04-141-0/+3
* [clang-format] Walk backwards from end() instead of forwards from rend().Benjamin Kramer2016-04-111-1/+1
* clang-format: [JS] do not insert semicolons after wrapped annotations.Martin Probst2016-04-111-0/+7
* clang-format: Fix label-in-if statement in macros where it is actually used.Daniel Jasper2016-04-061-1/+3
* clang-format: Support labels in brace-less ifs.Daniel Jasper2016-04-061-0/+3
* clang-format: [JS] Handle certain cases of ASI.Daniel Jasper2016-03-141-1/+71
* clang-format: [JS] Support destructuring assignments in for loops.Daniel Jasper2016-03-051-0/+2
* clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.Daniel Jasper2016-02-031-1/+2
* clang-format: [JS] Support exporting abstract classes.Daniel Jasper2016-01-121-0/+4
* clang-format: [JS] Teach clang-format about "export interface".Daniel Jasper2016-01-111-1/+2
* clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.Daniel Jasper2016-01-091-44/+67
* clang-format: [JS] Support more ES6 classes.Daniel Jasper2016-01-081-0/+2
* clang-format: [JS] Support more ES6 imports.Daniel Jasper2016-01-071-8/+7
* clang-format: [JS/TypeScript] Support "enum" as property name.Daniel Jasper2015-12-291-7/+16
* clang-format: [TableGen] Support ;-less include lines.Daniel Jasper2015-12-251-1/+9
* clang-format: [JS] Support arrays of object-type literals.Daniel Jasper2015-12-221-1/+1
* clang-format: Properly set the BlockKind for more blocks.Daniel Jasper2015-12-211-1/+3
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-011-1/+2
* Format: support inline namespacesSaleem Abdulrasool2015-10-301-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* clang-format: Fix false ObjC block detection.Daniel Jasper2015-10-071-0/+5
OpenPOWER on IntegriCloud