summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton2018-03-221-2/+11
* clang-format: Narrow down raw string literal line break exception.Daniel Jasper2018-03-221-4/+4
* clang-format: Fix SpacesInParentheses with fully qualified names.Daniel Jasper2018-03-221-1/+2
* [clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton2018-03-221-0/+15
* [clang-format] Don't insert space between r_paren and 'new' in ObjC declBen Hamilton2018-03-221-2/+4
* [format] Eliminate global destructors.Benjamin Kramer2018-03-202-8/+7
* [format] Initialize regex lazilyBenjamin Kramer2018-03-201-8/+8
* [clang-format] Fix ObjC selectors with multiple params passed to macroBen Hamilton2018-03-201-1/+2
* [clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev2018-03-191-1/+5
* [clang-format] Disallow breaks before ']' in text proto extensionsKrasimir Georgiev2018-03-161-0/+3
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-161-1/+7
* [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-123-13/+65
* clang-format: Properly handle implicit string concatenation in text protosDaniel Jasper2018-03-123-2/+5
* 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] 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-012-1/+17
* [clang-format] Format operator key in protosKrasimir Georgiev2018-02-271-0/+3
* [clang-format] Tidy up new API guessLanguage()Ben Hamilton2018-02-271-6/+5
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-272-2/+10
* clang-format: fix formatting of ObjC @synchronized blocksFrancois Ferrand2018-02-271-0/+12
* [clang-format] Fix regression when getStyle() called with empty filenameBen Hamilton2018-02-211-3/+4
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-11/+20
* [clang-format] Fix text proto extension scope opening detectionKrasimir Georgiev2018-02-191-0/+1
* [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] Enable google text proto formatting in R"proto('sKrasimir Georgiev2018-02-161-0/+2
* [clang-format] Support repeated field lists in protosKrasimir Georgiev2018-02-151-7/+24
* [clang-format] Improve ObjC headers detectionJacek Olesiak2018-02-151-2/+7
* [clang-format] Recognize percents as format specifiers in protosKrasimir Georgiev2018-02-141-0/+3
* [clang-format] Support text proto extensionsKrasimir Georgiev2018-02-133-6/+41
* [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-092-6/+8
* [clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton2018-02-082-1/+14
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-083-7/+14
* [clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton2018-02-081-0/+1
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-073-1/+20
* [clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton2018-02-061-1/+0
* Test commit - fixing a comment.Jacek Olesiak2018-02-061-2/+2
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-063-10/+51
* [clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren2018-02-052-27/+54
* Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren2018-02-052-52/+26
* [clang-format] Fixup #include guard indents after parseFile()Mark Zeren2018-02-052-26/+52
* [clang-format] New format param ObjCBinPackProtocolListBen Hamilton2018-02-022-1/+22
* [clang-format] Align preprocessor comments with #Mark Zeren2018-01-311-9/+12
* [clang-format] Adds space around braces in text protosKrasimir Georgiev2018-01-311-0/+1
* [clang-format] Disable some text proto delimiters and functions for google styleKrasimir Georgiev2018-01-291-9/+1
OpenPOWER on IntegriCloud