summaryrefslogtreecommitdiffstats
path: root/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Introduce the flag which allows not to shrink linesIvan Donchevskii2019-04-043-4/+11
* clang-format: [JS] support goog.requireType.Martin Probst2019-01-071-0/+1
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-5/+6
* [clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev2018-11-201-2/+15
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-2/+3
* [clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht2018-11-121-0/+1
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-1/+2
* [Format] Add debugging to ObjC language guesserBen Hamilton2018-11-051-4/+13
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-314-5/+37
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+1
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-251-7/+28
* Java annotation declaration being handled correctlyHans Wennborg2018-10-191-0/+4
* [clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton2018-10-121-0/+2
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+4
* clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber2018-10-051-1/+7
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-051-4/+173
* clang-format: better handle statement macrosFrancois Ferrand2018-10-026-6/+37
* [clang-format] Update comment, NFCIKrasimir Georgiev2018-10-011-4/+0
* [clang-format] Fix typo in comment, NFCIKrasimir Georgiev2018-10-011-1/+1
* [ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan2018-09-281-0/+2
* clang-format: [JS] conditional types.Martin Probst2018-09-272-0/+8
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-262-2/+2
* clang-format: [JS] space after parameter naming.Martin Probst2018-09-261-1/+3
* [clang-format] Do not merge short case labels if followed by a block.Owen Pan2018-09-211-0/+2
* [clang-Format] Fix indentation of member call after blockIlya Biryukov2018-09-172-1/+11
* [clang-format] Wrapped block after case label should not be merged into one lineOwen Pan2018-09-131-0/+4
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-056-22/+24
* Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth2018-09-021-0/+6
* [clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth2018-08-241-1/+4
* [clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth2018-08-241-1/+2
* clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper2018-08-151-1/+1
* [clang-format] comment reflow: add last line's penalty when ending brokenKrasimir Georgiev2018-08-071-1/+8
* clang-format: [JS] don't break comments before any '{'Martin Probst2018-08-031-12/+14
* Revert "clang-format: [JS] don't break comments before any '{'"Tim Northover2018-08-031-12/+12
* clang-format: [JS] don't break comments before any '{'Martin Probst2018-08-031-12/+12
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-021-5/+21
* [Format] Fix for bug 35641Ilya Biryukov2018-08-011-1/+7
* [clang-format] Add some text proto functions to Google styleKrasimir Georgiev2018-08-011-0/+2
* [clang-format] Add @private to the list of jsdoc annotationsKrasimir Georgiev2018-08-011-1/+1
* Remove trailing spaceFangrui Song2018-07-302-2/+2
* [clang-format] Silence -Wdocumentation warningsKrasimir Georgiev2018-07-301-6/+8
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-304-15/+96
* NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington2018-07-242-2/+2
* [clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak2018-07-091-0/+24
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-092-2/+21
* [clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...Jacek Olesiak2018-07-091-0/+3
* [clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak2018-07-092-13/+22
* [clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton2018-06-291-1/+7
* [clang-format] Support additional common functions for text proto formattingKrasimir Georgiev2018-06-291-1/+4
* [clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev2018-06-281-1/+1