summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [PR45357] Fix issue found with operator spacingmydeveloperday2020-05-071-1/+52
* clang-format: Fix pointer alignment for overloaded operators (PR45107)Hans Wennborg2020-05-071-0/+7
* clang-format: fix spacing in `operator const char*()`Krasimir Georgiev2020-03-021-0/+9
* [clang-format] Expand the SpacesAroundConditions option to include catch stat...mydeveloperday2020-01-211-0/+1
* [clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCa...Mitchell Balan2020-01-061-1/+36
* [clang-format/java] format multiple qualified annotations on one declaration ...Nico Weber2020-01-031-0/+8
* [clang-format] C# formatting a class with inheritance followed by an attribut...mydeveloperday2019-12-201-0/+21
* [clang-format] Add new option to add spaces around conditionsMitchell Balan2019-12-031-0/+17
* [Format] Add format check for coroutine keywords with negative numbersBrian Gesiak2019-11-301-0/+3
* [clang-format] fix regression in middle pointer alignmentmydeveloperday2019-11-161-0/+22
* [clang-format] Add SpaceBeforeBracketsmydeveloperday2019-11-161-0/+36
* [clang-format] Flexible line endingsCameron Desrochers2019-11-151-0/+90
* [clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare...Mitchell Balan2019-11-141-0/+1
* Allow additional file suffixes/extensions considered as source in main includ...mydeveloperday2019-11-122-0/+53
* [clang-format] [PR36294] AlwaysBreakAfterReturnType works incorrectly for som...mydeveloperday2019-11-121-1/+89
* clang-format: [JS] test declared fields.Martin Probst2019-11-111-0/+7
* clang-format: [JS] support null operators.Martin Probst2019-11-111-0/+10
* [clang-format] [PR35518] C++17 deduction guides are wrongly formattedpaulhoad2019-11-061-0/+23
* [clang-format] Fix SpacesInSquareBrackets for Lambdas with Initial "&ref" Par...Mitchell Balan2019-10-311-0/+4
* [Format] Add format check for throwing negative numbersBrian Gesiak2019-10-181-0/+1
* [clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev2019-10-181-27/+25
* [clang-format] throws an incorrect assertion in consumeToken() formatting the...Paul Hoad2019-10-101-3/+9
* [clang-format] Update noexcept reference qualifiers detectionKrasimir Georgiev2019-10-091-7/+25
* [clang-format] [PR27004] omits leading space for noexcept when formatting ope...Paul Hoad2019-10-071-0/+27
* [clang-format] SpacesInSquareBrackets should affect lambdas with parameters tooPaul Hoad2019-10-051-4/+3
* [clang-format] C++11 braced lists should respect the SpacesInParentheses settingPaul Hoad2019-10-041-0/+28
* [clang-format] [PR43531] clang-format damages "alternative representations" f...Paul Hoad2019-10-041-0/+42
* [clang-format] [PR42417] clang-format inserts a space after '->' for operator...Paul Hoad2019-10-041-0/+4
* [clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad2019-10-041-2/+55
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-33/+138
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-032-7/+151
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-2/+22
* [clang-format] [PR43372] - clang-format shows replacements in DOS files when ...Paul Hoad2019-10-012-0/+15
* [clang-format] Reference qualifiers in member templates causing extra indenta...Paul Hoad2019-09-291-0/+68
* Revert r373056: [clang-format] Reference qualifiers in member templates causi...Ilya Biryukov2019-09-271-35/+0
* [clang-format] Reference qualifiers in member templates causing extra indenta...Ilya Biryukov2019-09-271-0/+35
* [SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...Mikael Holmen2019-09-261-2/+2
* [clang-format] Add SortPriority fields to fix -Wmissing-field-initializers af...Fangrui Song2019-09-261-1/+1
* [clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad2019-09-251-0/+71
* [clang-format] NFC clang-format the clang-format unit testsPaul Hoad2019-09-241-324/+350
* Clang-format: Add Whitesmiths indentation stylePaul Hoad2019-09-221-0/+264
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-181-0/+9
* [clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...Paul Hoad2019-09-181-0/+73
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-2/+7
* clang-format: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-131-2/+6
* [clang-format] [PR43100] clang-format C# support does not add a space betwee...Paul Hoad2019-09-121-0/+15
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+25
* [clang-format] Apply BAS_AlwaysBreak to C++11 braced listsOwen Pan2019-09-101-0/+10
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+3
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-1/+8
OpenPOWER on IntegriCloud