summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] broken after lambda with return type template with boolean lit...Paul Hoad2019-03-051-0/+15
* [clang-format] Fix lambdas returning template specialization that contains op...Jan Korous2019-03-051-0/+90
* [clang-format][NFC] Allow getLLVMStyle() to take a languageJordan Rupprecht2019-02-281-0/+9
* [clang-format] SpaceBeforeParens for lambda expressionsAndrew Ng2019-02-261-0/+2
* clang-format with UseTab: Always sometimes doesn't insert the right amount of...Alexander Kornienko2019-02-151-0/+3
* [clang-format] Fix breaking of qualified operatorKrasimir Georgiev2019-02-041-0/+12
* [clang-format] Fix line parsing for noexcept lambdasBen Hamilton2019-01-301-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-format] Do not treat asm clobber [ as ObjCExpr, refinedKrasimir Georgiev2018-11-221-0/+24
* [clang-format] Do not treat the asm clobber [ as ObjCExprKrasimir Georgiev2018-11-131-0/+15
* Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang2018-11-091-0/+2
* [clang-format] tweaked another case of lambda formattingKrasimir Georgiev2018-10-311-13/+85
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-2/+2
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+45
* [ClangFormat] 'try' of function-try-block doesn't obey BraceWrappingOwen Pan2018-09-281-0/+10
* [clang-format] Do not merge short case labels if followed by a block.Owen Pan2018-09-211-0/+24
* [clang-Format] Fix indentation of member call after blockIlya Biryukov2018-09-171-0/+34
* [clang-format] Wrapped block after case label should not be merged into one lineOwen Pan2018-09-131-0/+26
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-0/+75
* Fix Bug 38713: clang-format mishandles a short block after "default:" in a sw...Jonas Toth2018-09-021-0/+18
* [clang-format] fix PR38557 - comments between "default" and ':' causes the ca...Jonas Toth2018-08-241-0/+16
* [clang-format] fix PR38525 - Extraneous continuation indent spaces with Break...Jonas Toth2018-08-241-0/+12
* [Format] Fix for bug 35641Ilya Biryukov2018-08-011-0/+8
* [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
OpenPOWER on IntegriCloud