summaryrefslogtreecommitdiff
path: root/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Support lightweight Objective-C genericsBen Hamilton2018-04-051-0/+12
* [clang-format] Ensure ObjC selectors with 0 args are annotated correctlyBen Hamilton2018-04-051-0/+17
* [clang-format] Preserve spaces before a percent in (text) protosKrasimir Georgiev2018-04-052-2/+6
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-047-0/+11
* [clang-format/ObjC] Do not detect "[]" as ObjC method expressionBen Hamilton2018-04-031-1/+5
* [clang-format/ObjC] Do not insert space after opening brace of ObjC dict literalBen Hamilton2018-04-031-0/+9
* [clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...Ben Hamilton2018-03-301-0/+16
* [clang-format] Refine ObjC guesser to handle child lines of child linesBen Hamilton2018-03-271-0/+6
* [clang-format] Do not insert space before closing brace in ObjC dict literalBen Hamilton2018-03-271-0/+30
* Revert "[clang-format] Remove empty lines before }[;] // comment"Krasimir Georgiev2018-03-271-14/+2
* [clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton2018-03-221-0/+7
* clang-format: Narrow down raw string literal line break exception.Daniel Jasper2018-03-221-0/+3
* clang-format: Fix SpacesInParentheses with fully qualified names.Daniel Jasper2018-03-221-0/+1
* [clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton2018-03-221-0/+6
* [clang-format] Don't insert space between r_paren and 'new' in ObjC declBen Hamilton2018-03-221-0/+12
* [clang-format] Fix ObjC selectors with multiple params passed to macroBen Hamilton2018-03-201-0/+3
* [clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev2018-03-191-2/+14
* [clang-format] Disallow breaks before ']' in text proto extensionsKrasimir Georgiev2018-03-161-4/+21
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-161-0/+28
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-122-0/+25
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-16/+31
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-122-3/+19
* Don't re-format raw string literal contents when formatting is disableDaniel Jasper2018-03-121-0/+14
* [clang-format] Use NestedBlockIndent as a 0 column in formatted raw stringsKrasimir Georgiev2018-03-081-6/+5
* [clang-format] Break consecutive string literals in text protosKrasimir Georgiev2018-03-071-0/+6
* [clang-format] Improve detection of ObjC for-in statementsBen Hamilton2018-03-062-0/+38
* [clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev2018-03-062-0/+3
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+111
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-272-0/+24
* [clang-format] Tidy up new API guessLanguage()Ben Hamilton2018-02-271-26/+8
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-2/+4
* clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand2018-02-271-0/+18
* Resolve build bot problems in unittests/Format/FormatTest.cppBjorn Pettersson2018-02-261-1/+2
* [clang-format] Fix regression when getStyle() called with empty filenameBen Hamilton2018-02-211-0/+6
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-0/+28
* [clang-format] Fix text proto extension scope opening detectionKrasimir Georgiev2018-02-191-0/+8
* [clang-format] Fixup a case of text proto message attributesKrasimir Georgiev2018-02-191-0/+10
* clang-format: [JS] fix `of` detection.Martin Probst2018-02-191-0/+1
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-152-4/+76
* [clang-format] Improve ObjC headers detectionJacek Olesiak2018-02-151-8/+17
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-142-0/+10
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-132-0/+72
* [clang-format] Fix comment indentation in text protosKrasimir Georgiev2018-02-121-0/+12
* clang-format: keep ObjC colon alignment with short object nameFrancois Ferrand2018-02-091-2/+22
* [clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton2018-02-081-0/+6
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-082-0/+16
* [clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton2018-02-081-7/+10
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-0/+33
* [clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton2018-02-061-0/+11
* Unittests misc. typos Sylvestre Ledru2018-02-061-1/+1