summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Always indent wrapped Objective-C selector namesBen Hamilton2018-04-121-8/+10
* [clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...Ben Hamilton2018-03-301-6/+14
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-161-1/+7
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-2/+2
* Don't re-format raw string literal contents when formatting is disableDaniel Jasper2018-03-121-1/+1
* [clang-format] Use NestedBlockIndent as a 0 column in formatted raw stringsKrasimir Georgiev2018-03-081-4/+5
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-131-0/+2
* [clang-format] Fix comment indentation in text protosKrasimir Georgiev2018-02-121-0/+1
* clang-format: keep ObjC colon alignment with short object nameFrancois Ferrand2018-02-091-2/+4
* [clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton2018-02-081-0/+8
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-1/+1
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-0/+5
* [clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton2018-02-061-1/+0
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-2/+3
* [clang-format] New format param ObjCBinPackProtocolListBen Hamilton2018-02-021-1/+12
* [clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev2018-01-231-2/+9
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-12/+64
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-14/+49
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-7/+14
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-2/+4
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-011-10/+44
* Restructure how we break tokens.Manuel Klimek2017-11-291-102/+254
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-171-1/+11
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-171-12/+73
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-141-61/+77
* [clang-format] Fix argument name comment, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-5/+154
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-1/+14
* clang-format clang-format.Manuel Klimek2017-09-201-20/+20
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-1/+24
* clang-format: [JS] simplify template string wrapping.Martin Probst2017-08-291-20/+1
* Revert "[clang-format] Break non-trailing block comments"Krasimir Georgiev2017-08-241-1/+1
* [clang-format] Break non-trailing block commentsKrasimir Georgiev2017-08-221-1/+1
* [clang-format] Put '/**' and '*/' on own lines in jsdocs ending in comment pr...Krasimir Georgiev2017-08-091-2/+2
* [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protosKrasimir Georgiev2017-08-031-1/+4
* [clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev2017-07-201-1/+12
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-15/+27
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-2/+2
* [clang-format] Support <>-style proto message fieldsKrasimir Georgiev2017-06-271-2/+18
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-1/+3
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-1/+2
* clang-format: [JS] Correctly Indent Nested JavaScript Literals.Martin Probst2017-06-061-2/+2
* clang-format: [JS] fix indenting bound functions.Martin Probst2017-05-291-2/+13
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-10/+36
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-1/+1
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-1/+3
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-151-0/+12
* [clang-format] Don’t propagate AvoidBinPacking into argumentDaniel Jasper2017-05-081-0/+4
* clang-format: Fix bad corner case in formatting of function types.Daniel Jasper2017-04-241-1/+2
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-11/+5
OpenPOWER on IntegriCloud