summaryrefslogtreecommitdiff
path: root/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang-format] Enable text proto formatting in common functionsKrasimir Georgiev2018-06-261-1/+4
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-0/+4
* [clang-format] Keep @message together in text protosKrasimir Georgiev2018-06-252-3/+21
* [clang-format] Fix end-of-file comments text proto formattingKrasimir Georgiev2018-06-251-0/+12
* [Format] Do not use a global static value for EOF within ScopedMacroState.David L. Jones2018-06-151-12/+4
* [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...Ben Hamilton2018-06-141-0/+1
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-142-0/+7
* [clang-format] Fix crash while reflowing backslash in commentsKrasimir Georgiev2018-06-121-7/+38
* [clang-format] Discourage breaks in submessage entries, hard ruleKrasimir Georgiev2018-06-121-4/+33
* clang-format: [JS] strict prop init annotation.Martin Probst2018-06-111-1/+4
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-113-10/+43
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-111-0/+68
* [clang-format] Consider tok::hashhash in python-style commentsKrasimir Georgiev2018-06-072-2/+3
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-042-1/+2
* [clang-format/ObjC] Correctly parse Objective-C methods with 'class' in nameBen Hamilton2018-05-302-0/+22
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-301-23/+0
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-302-2/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-302-1/+2
* [clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak2018-05-241-0/+23
* [clang-format] Break template declarations followed by commentsKrasimir Georgiev2018-05-231-2/+3
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-221-27/+1
* clang-format: [JS] do not wrap before any `is`.Martin Probst2018-05-221-1/+1
* [clang-format] Fix crash in getLengthToMatchingParenKrasimir Georgiev2018-05-221-3/+3