aboutsummaryrefslogtreecommitdiff
path: root/lib/Format
AgeCommit message (Expand)Author
2019-01-07clang-format: [JS] support goog.requireType.Martin Probst
2018-11-22[clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev
2018-11-20[clang-format] JS: don't treat is: as a type matcherKrasimir Georgiev
2018-11-13[clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev
2018-11-12[clang-format] Support breaking consecutive string literals for TableGenJordan Rupprecht
2018-11-09Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang
2018-11-05[Format] Add debugging to ObjC language guesserBen Hamilton
2018-10-31[clang-format] tweaked another case of lambda formattingKrasimir Georgiev
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-10-25[clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev
2018-10-19Java annotation declaration being handled correctlyHans Wennborg
2018-10-12[clang-format] Fix BraceWrapping AfterFunction for ObjC methodsBen Hamilton
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere
2018-10-05clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber
2018-10-05[clang-format] Java import sorting in clang-formatKrasimir Georgiev
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-10-01[clang-format] Update comment, NFCIKrasimir Georgiev
2018-10-01[clang-format] Fix typo in comment, NFCIKrasimir Georgiev
2018-09-28[ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan
2018-09-27clang-format: [JS] conditional types.Martin Probst
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-26clang-format: [JS] space after parameter naming.Martin Probst
2018-09-21[clang-format] Do not merge short case labels if followed by a block.Owen Pan
2018-09-17[clang-Format] Fix indentation of member call after blockIlya Biryukov
2018-09-13[clang-format] Wrapped block after case label should not be merged into one lineOwen Pan
2018-09-05clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall
2018-09-02Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth
2018-08-24[clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth
2018-08-24[clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth
2018-08-15clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper
2018-08-07[clang-format] comment reflow: add last line's penalty when ending brokenKrasimir Georgiev
2018-08-03clang-format: [JS] don't break comments before any '{'Martin Probst
2018-08-03Revert "clang-format: [JS] don't break comments before any '{'"Tim Northover
2018-08-03clang-format: [JS] don't break comments before any '{'Martin Probst
2018-08-02clang-format: fix a crash in comment wraps.Martin Probst
2018-08-01[Format] Fix for bug 35641Ilya Biryukov
2018-08-01[clang-format] Add some text proto functions to Google styleKrasimir Georgiev
2018-08-01[clang-format] Add @private to the list of jsdoc annotationsKrasimir Georgiev
2018-07-30Remove trailing spaceFangrui Song
2018-07-30[clang-format] Silence -Wdocumentation warningsKrasimir Georgiev
2018-07-30[clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev
2018-07-24NFC: Add the emacs c++ mode hint "-*- C++ -*-" to the headers that don't have itErik Pilkington
2018-07-09[clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak
2018-07-09[clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak
2018-07-09[clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...Jacek Olesiak
2018-07-09[clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak
2018-06-29[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:)) after ObjC method declBen Hamilton
2018-06-29[clang-format] Support additional common functions for text proto formattingKrasimir Georgiev
2018-06-28[clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev
2018-06-26[clang-format] Enable text proto formatting in common functionsKrasimir Georgiev