summaryrefslogtreecommitdiff
path: root/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-41/+22
* clang-format: [JS] Support pseudo-keywordsDaniel Jasper2015-09-281-0/+5
* clang-format: [JS] handle let (ES6)Daniel Jasper2015-09-281-1/+1
* clang-format: Properly handle braced lists in macros.Daniel Jasper2015-08-241-0/+2
* clang-format: Fix incorrect lambda-detection.Daniel Jasper2015-08-131-0/+1
* clang-format: [Proto] Handle enum bodies differently.Daniel Jasper2015-07-161-3/+5
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+2
* clang-format: [JS] Properly reset parse state after parsing interface.Daniel Jasper2015-07-061-1/+1
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-3/+31
* clang-format: Properly parse parenthesis in braced lists.Daniel Jasper2015-06-301-3/+2
* clang-format: Support @autoreleasepool.Nico Weber2015-06-281-0/+10
* clang-format: Better fix to detect elaborated enum return types.Daniel Jasper2015-06-191-3/+8
* clang-format: Better support functions with elaborated enum return types.Daniel Jasper2015-06-181-0/+2
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-6/+3
* clang-format: [JS] Fix typescript enum formatting.Daniel Jasper2015-06-171-5/+13