summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-121-6/+12
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-11/+61
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-121-1/+1
* [clang-format] Break consecutive string literals in text protosKrasimir Georgiev2018-03-071-1/+2
* [clang-format] Improve detection of ObjC for-in statementsBen Hamilton2018-03-061-3/+11
* [clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev2018-03-061-4/+2
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-1/+8
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-271-0/+3
* [clang-format] Fixup a case of text proto message attributesKrasimir Georgiev2018-02-191-0/+6
* clang-format: [JS] fix `of` detection.Martin Probst2018-02-191-1/+1
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-151-7/+24
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-141-0/+3
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-131-6/+38
* clang-format: keep ObjC colon alignment with short object nameFrancois Ferrand2018-02-091-4/+4
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-1/+7
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-1/+11
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-6/+40
* [clang-format] Align preprocessor comments with #Mark Zeren2018-01-311-9/+12
* clang-format: [JS] Prevent ASI before [ and (.Martin Probst2018-01-261-3/+5
* [clang-format] Fixes indentation of inner text proto messagesKrasimir Georgiev2018-01-251-7/+9
* 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
OpenPOWER on IntegriCloud