summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: [JS] Support "export enum" declarations.Daniel Jasper2015-06-121-1/+2
* clang-format: [JS] Fix regression caused by r239592.Daniel Jasper2015-06-121-0/+1
* clang-format: [JS] fix incorrectly collapsed lines after exportDaniel Jasper2015-06-121-6/+8
* clang-format: More eagerly wrap trailing return types.Daniel Jasper2015-06-051-1/+1
* clang-format: Don't try to detect C++ lambdas in other languages.Daniel Jasper2015-06-021-0/+4
* [Format] Move UnwrappedLines instead of copying.Benjamin Kramer2015-05-311-7/+4
* clang-format: NFC. Cleanup after r237895.Daniel Jasper2015-05-311-26/+8
* clang-format: [JS] Better support for fat arrows.Manuel Klimek2015-05-211-11/+57
* clang-format: Fix another regression caused by r237565.Daniel Jasper2015-05-181-5/+8
* clang-format: Fix regression introduced by r237565.Daniel Jasper2015-05-181-1/+2
* clang-format: Allow braced initializers in template arguments of classDaniel Jasper2015-05-181-10/+12
* clang-format: Fix semicolon less macro-detection.Daniel Jasper2015-05-131-5/+9
* clang-format: Don't merge subsequent lines into _asm blocks.Daniel Jasper2015-05-111-0/+1
* clang-format: [JS] Clean up export declaration parsing.Daniel Jasper2015-05-111-7/+4
* clang-format: [JS] Parse exported functions as free-standing.Daniel Jasper2015-05-111-2/+10
* clang-format: Preserve line break before } in __asm { ... }.Daniel Jasper2015-05-101-0/+2
* clang-format: Merge labels and subsequent semicolons.Daniel Jasper2015-05-061-0/+2
* clang-format: Accept slightly more record declarations.Daniel Jasper2015-05-061-28/+30
* Remove all computation of structural errors in clang-format's line parser.Manuel Klimek2015-05-061-18/+6
* clang-format: [JS] support optional methods.Daniel Jasper2015-05-051-7/+17
OpenPOWER on IntegriCloud