summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+6
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-8/+83
* [clang-format] fix buildbots after r333085Krasimir Georgiev2018-05-231-47/+46
* [clang-format] Break template declarations followed by commentsKrasimir Georgiev2018-05-231-0/+52
* [clang-format] Add a test case for crashKrasimir Georgiev2018-05-221-0/+12
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-2/+41
* clang-format: tweak formatting of variable initialization blocksFrancois Ferrand2018-05-161-0/+24
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-5/+6
* [clang-format] Don't remove empty lines before namespace endingsKrasimir Georgiev2018-04-191-1/+23
* [clang-format] Improve ObjC guessing heuristic by supporting all @keywordsBen Hamilton2018-04-121-0/+6
* [clang-format] Always indent wrapped Objective-C selector namesBen Hamilton2018-04-121-4/+6
* Fix bugs around handling C++11 attributes.Manuel Klimek2018-04-111-0/+15
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-041-0/+2
* [clang-format/ObjC] Do not detect "[]" as ObjC method expressionBen Hamilton2018-04-031-1/+5
* [clang-format] Refine ObjC guesser to handle child lines of child linesBen Hamilton2018-03-271-0/+6
* Revert "[clang-format] Remove empty lines before }[;] // comment"Krasimir Georgiev2018-03-271-14/+2
* [clang-format] Fix ObjC style guesser to also iterate over child linesBen Hamilton2018-03-221-0/+7
* clang-format: Narrow down raw string literal line break exception.Daniel Jasper2018-03-221-0/+3
* clang-format: Fix SpacesInParentheses with fully qualified names.Daniel Jasper2018-03-221-0/+1
* [clang-format] Add a few more Core Graphics identifiers to ObjC heuristicBen Hamilton2018-03-221-0/+6
* [clang-format] Remove empty lines before }[;] // commentKrasimir Georgiev2018-03-191-2/+14
* [clang-format] Improve detection of Objective-C block typesBen Hamilton2018-03-121-0/+16
* [clang-format] Don't detect C++11 attribute specifiers as ObjCBen Hamilton2018-03-121-16/+31
* [clang-format] Improve detection of ObjC for-in statementsBen Hamilton2018-03-061-0/+31
* [clang-format] fix handling of consecutive unary operatorsKrasimir Georgiev2018-03-061-0/+2
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+111
* [clang-format] Tidy up new API guessLanguage()Ben Hamilton2018-02-271-26/+8
* Resolve build bot problems in unittests/Format/FormatTest.cppBjorn Pettersson2018-02-261-1/+2
* [clang-format] Fix regression when getStyle() called with empty filenameBen Hamilton2018-02-211-0/+6
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-0/+28
* [clang-format] Re-land: Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-0/+14
* Revert "[clang-format] Fixup #include guard indents after parseFile()"Mark Zeren2018-02-051-14/+0
* [clang-format] Fixup #include guard indents after parseFile()Mark Zeren2018-02-051-0/+14
* [clang-format] Align preprocessor comments with #Mark Zeren2018-01-311-15/+79
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-2/+5
* [clang-format] Fix shortening blocks in macros causing merged next lineKrasimir Georgiev2018-01-191-0/+17
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-3/+17
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-7/+12
* [clang-format] [NFC] Remove commentMark Zeren2018-01-131-2/+0
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+8
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-011-6/+20
* Restructure how we break tokens.Manuel Klimek2017-11-291-30/+29
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-171-3/+19
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-171-7/+108
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-141-1/+2
* [clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper2017-11-061-0/+1
* [clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev2017-10-301-4/+30
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+14
* [clang-format] Fix regression about short functions after #elseKrasimir Georgiev2017-10-021-0/+10
OpenPOWER on IntegriCloud