summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/ContinuationIndenter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-301-3/+22
* [clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak2018-07-091-0/+24
* [clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...Jacek Olesiak2018-07-091-0/+3
* [clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev2018-06-281-1/+1
* [clang-format] Keep @message together in text protosKrasimir Georgiev2018-06-251-1/+2
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-3/+10
* Revert "[clang-format] Fix putting ObjC message arguments in one line for mul...Jacek Olesiak2018-05-301-23/+0
* [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] Fix crash in getLengthToMatchingParenKrasimir Georgiev2018-05-221-3/+3
* [clang-format] Fix putting ObjC message arguments in one line for multiline r...Jacek Olesiak2018-05-171-1/+27
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-1/+7
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-36/+39
* [clang-format] Continue after non-scope-closers in getLengthToMatchingParenKrasimir Georgiev2018-05-141-1/+3
* [clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev2018-05-091-8/+68
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [clang-format] Always indent wrapped Objective-C selector namesBen Hamilton2018-04-121-8/+10
* [clang-format] Ensure wrapped ObjC selectors with 1 arg obey IndentWrappedFun...Ben Hamilton2018-03-301-6/+14
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-161-1/+7
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-2/+2
* 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] Support text proto extensionsKrasimir Georgiev2018-02-131-0/+2
* [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-091-2/+4
* [clang-format] Do not break Objective-C string literals inside array literalsBen Hamilton2018-02-081-0/+8
* [clang-format] Do not break before long string literals in protosKrasimir Georgiev2018-02-081-1/+1
* [clang-format] Fix ObjC message arguments formatting.Jacek Olesiak2018-02-071-0/+5
* [clang-format] Add more tests for Objective-C 2.0 generic alignmentBen Hamilton2018-02-061-1/+0
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-2/+3
* [clang-format] New format param ObjCBinPackProtocolListBen Hamilton2018-02-021-1/+12
* [clang-format] Ignore UnbreakableTailLength sometimes during breakingKrasimir Georgiev2018-01-231-2/+9
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-12/+64
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-14/+49
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-7/+14
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-2/+4
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-011-10/+44
* Restructure how we break tokens.Manuel Klimek2017-11-291-102/+254
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-171-1/+11
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-171-12/+73
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-141-61/+77
* [clang-format] Fix argument name comment, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-5/+154
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-161-1/+14
* clang-format clang-format.Manuel Klimek2017-09-201-20/+20
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-1/+24
* clang-format: [JS] simplify template string wrapping.Martin Probst2017-08-291-20/+1
* Revert "[clang-format] Break non-trailing block comments"Krasimir Georgiev2017-08-241-1/+1
* [clang-format] Break non-trailing block commentsKrasimir Georgiev2017-08-221-1/+1
OpenPOWER on IntegriCloud