summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/FormatToken.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Fix regression formatting QT's "signals:" from r234318.Daniel Jasper2015-04-071-0/+9
* clang-format: Force line break in trailing calls after multline exprs.Daniel Jasper2015-03-261-1/+2
* clang-format: [js] Support template strings.Daniel Jasper2015-02-201-0/+1
* clang-format: [js] Support ES6 module imports.Daniel Jasper2015-02-191-0/+2
* clang-format: [JS] Support type annotations.Daniel Jasper2015-02-181-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Format: Make FormatToken's isOneOf a variadic templateBenjamin Kramer2015-02-151-20/+3
* clang-format: Add support for SEH __try / __except / __finally blocks.Nico Weber2015-02-041-1/+3
* clang-format: [Java] Detect `native` keyword.Nico Weber2015-01-131-0/+2
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-2/+3
* clang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.Daniel Jasper2014-12-051-0/+6
* clang-format: [Java] Don't line-wrap package declarations.Daniel Jasper2014-11-261-0/+2
* clang-format: Refactoring.Daniel Jasper2014-11-251-27/+24
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-241-19/+35
* clang-format: [Java] Treat 'instanceof' like other binary operators.Daniel Jasper2014-11-231-0/+2
* clang-format: Refactoring.Daniel Jasper2014-11-231-35/+17
* clang-format: [Java] Support more Java keywords.Daniel Jasper2014-11-211-0/+4
* clang-format: [Java] Basic lambda support.Daniel Jasper2014-11-211-0/+3
* clang-format: [Java] Never treat @interface as annotation.Nico Weber2014-11-101-0/+3
* clang-format: Use identifier table for keywords in other languages.Daniel Jasper2014-11-041-12/+66
* clang-format: [Java] Improve line breaks around annotations.Daniel Jasper2014-10-311-0/+1
* clang-format: [Java] Wrap after each function annotation.Daniel Jasper2014-10-211-0/+1
OpenPOWER on IntegriCloud