summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo in comment.Nico Weber2018-01-241-1/+1
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-1/+1
* clang-format: [JS] do not wrap after async/await.Martin Probst2017-11-301-6/+6
* clang-format: [JS] handle `for` as object label.Martin Probst2017-11-251-1/+3
* clang-format: [JS] do not break in ArrayType[].Martin Probst2017-11-241-0/+3
* clang-format: [JS] do not wrap before yield.Martin Probst2017-11-241-2/+2
* clang-format: [JS] space between ! assert and in.Martin Probst2017-11-241-2/+3
* clang-format: [JS] handle destructuring `of`.Martin Probst2017-11-241-2/+4
* Update link to protobufHans Wennborg2017-11-131-1/+1
* [clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper2017-11-061-1/+2
* [clang-format] Make parseUnaryOperator non-recursive, NFCIKrasimir Georgiev2017-11-011-10/+8
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-1/+2
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-271-2/+2
* [clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh2017-09-271-4/+12
* clang-format/java: Always put space after `assert` keyword.Nico Weber2017-09-251-0/+2
* clang-format clang-format.Manuel Klimek2017-09-201-53/+50
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-11/+1
* clang-format: [JS] wrap and indent `goog.setTestOnly` calls.Martin Probst2017-09-111-1/+0
* [clang-format] Add support for C++17 structured bindings.Marek Kurdej2017-09-071-5/+20
* clang-format: Fix formatting of for loops with multiple increments.Daniel Jasper2017-09-031-0/+5
* [clang-format] Fixed typedef enum brace wrappingKrasimir Georgiev2017-08-291-0/+1
* clang-format: [JS] wrap optional properties in type aliases.Martin Probst2017-08-141-1/+3
* clang-format: [JS] do not insert whitespace in call positions.Martin Probst2017-08-141-7/+14
* clang-format: Fix left pointer alignment after delctype/typeofKrasimir Georgiev2017-08-141-8/+19
* [clang-format] let PointerAlignment dictate spacing of function ref qualifiersJacob Bandes-Storch2017-08-101-2/+1
* clang-format: [JS] fix union type spacing in object & array types.Martin Probst2017-08-081-0/+9
* clang-format: [JS] no whitespace between typeof operator and l_paren.Martin Probst2017-08-011-1/+1
* clang-format: [JS] prefer wrapping chains over empty literals.Martin Probst2017-08-011-0/+3
* clang-format: [JS] whitespace between keywords and parenthesized expressions.Martin Probst2017-08-011-0/+3
* clang-format: [JS] handle union types in arrow functions.Martin Probst2017-08-011-0/+1
* clang-format: [JS] consistenly format enums.Martin Probst2017-08-011-1/+3
* clang-format: [JS] handle object types in extends positions.Martin Probst2017-08-011-1/+2
* [clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev2017-07-241-1/+1
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-1/+2
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-121-4/+13
* clang-format: [JS] do not wrap after "readonly".Martin Probst2017-07-071-5/+6
* [clang-format] Add space between a message field key and the opening bracket ...Krasimir Georgiev2017-07-061-0/+2
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-041-1/+5
* Revert "clang-format: [JS] space between pseudo keywords and template literals."Martin Probst2017-07-031-5/+1
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-5/+24
* clang-format: [JS] space between pseudo keywords and template literals.Martin Probst2017-07-031-1/+5
* [clang-format] Fix parsing of msg{field}-style proto optionsKrasimir Georgiev2017-06-291-2/+4
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-5/+20
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-2/+2
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-5/+12
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-1/+6
* clang-format: [JS] recognize exported type definitions.Martin Probst2017-06-071-3/+9
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-6/+17
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-1/+1
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-3/+4
OpenPOWER on IntegriCloud