summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-0/+114
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-0/+29
* [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-031-0/+18
* [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-011-0/+7
* [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-011-0/+6
* [clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan2019-04-231-0/+6
* [clang-format] Fix incorrect formatting of keyword macro definitionOwen Pan2019-04-181-0/+6
* [clang-format] Fix -Wconversion-null warning in GCCReuben Thomas2019-04-151-6/+1
* [clang-format] [PR41170] Break after return type ignored with certain comment...Paul Hoad2019-04-151-0/+20
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-14/+36
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+17
* [clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413Owen Pan2019-04-071-0/+18
* [clang-format] Fix Bug 41407Owen Pan2019-04-061-0/+7
* [clang-format] BreakAfterReturnType ignored on functions with numeric templat...Paul Hoad2019-04-061-0/+36
* [clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas2019-03-301-0/+56
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+37
* Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad2019-03-231-3/+196
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-16/+115
* [clang-format] structured binding in range for detected as Objective CPaul Hoad2019-03-201-0/+3
* [clang-format] Propagate inferred language to getLLVMStyle() in getPredefined...Jordan Rupprecht2019-03-131-0/+5
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-10/+65
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-65/+10
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-10/+65
* [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
OpenPOWER on IntegriCloud