aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/ContinuationIndenter.cpp
AgeCommit message (Expand)Author
2019-04-23[clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan
2019-04-18[clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev
2019-04-07[clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413Owen Pan
2019-04-06[clang-format] Fix Bug 41407Owen Pan
2019-03-23Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad
2019-03-21[clang-format] Add basic support for formatting C# filesPaul Hoad
2019-03-01[clang-format] [NFC] clang-format the Format libraryPaul Hoad
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-31[clang-format] tweaked another case of lambda formattingKrasimir Georgiev
2018-10-25[clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev
2018-09-17[clang-Format] Fix indentation of member call after blockIlya Biryukov
2018-08-24[clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth
2018-08-07[clang-format] comment reflow: add last line's penalty when ending brokenKrasimir Georgiev
2018-07-30[clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev
2018-07-09[clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak
2018-07-09[clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...Jacek Olesiak
2018-06-28[clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev
2018-06-25[clang-format] Keep @message together in text protosKrasimir Georgiev
2018-06-11clang-format: Introduce BreakInheritanceList optionFrancois Ferrand
2018-05-30Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak
2018-05-24[clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak
2018-05-23[clang-format] Break template declarations followed by commentsKrasimir Georgiev
2018-05-22Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak
2018-05-22[clang-format] Fix crash in getLengthToMatchingParenKrasimir Georgiev
2018-05-17[clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak
2018-05-16clang-format: Allow optimizer to break template declaration.Francois Ferrand
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-14[clang-format] Continue after non-scope-closers in getLengthToMatchingParenKrasimir Georgiev
2018-05-09[clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-12[clang-format] Always indent wrapped Objective-C selector namesBen Hamilton
2018-03-30[clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...Ben Hamilton
2018-03-16[clang-format] Fix raw string prefix penaltyKrasimir Georgiev
2018-03-12[clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton
2018-03-12Don't re-format raw string literal contents when formatting is disableDaniel Jasper
2018-03-08[clang-format] Use NestedBlockIndent as a 0 column in formatted raw stringsKrasimir Georgiev
2018-02-13[clang-format] Support text proto extensionsKrasimir Georgiev
2018-02-12[clang-format] Fix comment indentation in text protosKrasimir Georgiev
2018-02-09clang-format: keep ObjC colon alignment with short object nameFrancois Ferrand
2018-02-08[clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton
2018-02-08[clang-format] Do not break before long string literals in protosKrasimir Georgiev
2018-02-07[clang-format] Fix ObjC message arguments formatting.Jacek Olesiak
2018-02-06[clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton
2018-02-06[clang-format] Adds space around angle brackets in text protosKrasimir Georgiev
2018-02-02[clang-format] New format param ObjCBinPackProtocolListBen Hamilton
2018-01-23[clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev
2018-01-19[clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev
2018-01-17[clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev
2018-01-17[clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev
2017-12-14[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith