summaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-5/+149
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-2/+22
* [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
* [clang-format] Add SortPriority fields to fix -Wmissing-field-initializers af...Fangrui Song2019-09-261-1/+1
* [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: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-131-2/+6
* [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] Fix a bug that joins template closer and =Owen Pan2019-08-181-1/+8
* [clang-format] Fix the bug that joins template closer and > or >>Owen Pan2019-08-161-1/+4
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-9/+30
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-0/+6
* [clang-format] fix crash involving invalid preprocessor lineKrasimir Georgiev2019-08-081-0/+9
* [clang-format] Fix a bug that doesn't break braces before unions for AllmanOwen Pan2019-08-021-0/+3
* clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.Nico Weber2019-07-271-0/+89
* clang-format: Add another test like r366926Nico Weber2019-07-241-0/+1
* clang-format: Add a test that shows that some code I thought was dead is not...Nico Weber2019-07-241-0/+1
* clang-format: Fix namespace end comments for namespaces with attributes and m...Nico Weber2019-07-231-0/+15
* Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton2019-07-221-0/+15
* [clang-format] Don't detect call to ObjC class method as C++11 attribute spec...Ben Hamilton2019-07-161-0/+6
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-021-0/+98
* 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