summaryrefslogtreecommitdiffstats
path: root/lib/Format/FormatToken.h
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-071-2/+4
* [clang-format] Fix an uninitialized memory accessKrasimir Georgiev2017-07-051-7/+9
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-041-0/+20
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-1/+2
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-0/+13
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-1/+2
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-0/+1
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-041-0/+2
* clang-format: [JS] prevent wraps before class members.Martin Probst2017-04-261-0/+4
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-131-0/+1
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+1
* clang-format: [JS] Improve line-wrapping behavior of template strings.Daniel Jasper2017-02-201-0/+4
* clang-format: don't break code using __has_include, PR31908Nico Weber2017-02-101-0/+4
* [clang-format] Fix breaking of comment sections in unwrapped lines containing...Krasimir Georgiev2017-02-021-0/+5
* clang-format: [JS] Properly set scopes inside template strings.Daniel Jasper2017-01-311-0/+4
* [clang-format] Refactor WhitespaceManager and friendsDaniel Jasper2017-01-311-0/+3
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-131-0/+15
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-0/+4
* clang-format: [JS] recognize more type locations.Martin Probst2016-06-231-0/+2
* clang-format: [JS] Support shebang lines on the very first line.Martin Probst2016-05-291-1/+1
* clang-format: [JS] FormatToken.startsSequence/endsSequence.Martin Probst2016-05-291-0/+42
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+2
* clang-format: [JS] generator and async functions.Martin Probst2016-04-241-2/+8
* clang-format: [JS] do not wrap ES6 imports/exports.Daniel Jasper2016-03-221-0/+2
* clang-format: [JS] no space in union and intersection types.Daniel Jasper2016-03-211-0/+1
* clang-format: [JS] Support for (.. of ..) loops.Daniel Jasper2016-02-111-0/+2
* clang-format: Improve line wrapping behavior in call sequences.Daniel Jasper2016-01-051-3/+3
* clang-format: [JS] Support TypeScript 1.6 user defined type guards.Daniel Jasper2015-12-301-0/+2
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-011-0/+2
* clang-format: [Proto] Support extending message.Daniel Jasper2015-11-201-0/+2
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-271-4/+4
* clang-format: [JS] handle let (ES6)Daniel Jasper2015-09-281-0/+2
* clang-format: In Java, `assert` is followed by an expression.Nico Weber2015-09-151-0/+2
* clang-format: Make formatting of member function reference qualifiersDaniel Jasper2015-08-241-2/+4
* clang-format: Don't remove space between #elif and parentheses.Daniel Jasper2015-08-141-0/+4
* clang-format: Print token type name instead of number in -debug outputBirunthan Mohanathas2015-07-131-59/+68
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+2
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-15/+3
* clang-format: [JS] Support ES6 computed property names.Daniel Jasper2015-05-291-0/+1
* clang-format: [JS] Better support for fat arrows.Manuel Klimek2015-05-211-0/+1
* clang-format: Improve detection of macros annotating functions.Daniel Jasper2015-05-181-1/+1
* clang-format: Support function annotations in macros.Daniel Jasper2015-05-181-0/+1
* clang-format: Support aligning ObjC string literals.Daniel Jasper2015-05-111-0/+1
* clang-format: Improve wrapping of << operators.Daniel Jasper2015-05-101-1/+1
* clang-format: Preserve line break before } in __asm { ... }.Daniel Jasper2015-05-101-0/+1
* clang-format: NFC: Delete FormatToken::IsForEachMacro. Use a TokenType instead.Daniel Jasper2015-05-041-4/+1
* clang-format: NFC: Use default member initializers and other cleanups.Daniel Jasper2015-05-041-71/+65
* clang-format: Force aligning different brackets relative to each other.Daniel Jasper2015-05-041-1/+5
* clang-format: Fix for #pragma option formatting.Daniel Jasper2015-04-221-0/+5
* clang-format: [JS] support optionality markers in JS types.Daniel Jasper2015-04-131-0/+1