summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-271-5/+18
* [clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh2017-09-271-9/+44
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-0/+5
* Fix formatting of lambda introducers with initializers.Manuel Klimek2017-09-191-0/+2
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-1/+37
* [clang-format] Fixed one-line if statementKrasimir Georgiev2017-09-111-0/+79
* [clang-format] Add support for C++17 structured bindings.Marek Kurdej2017-09-071-0/+25
* clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper2017-09-041-1/+9
* clang-format: Fix formatting of for loops with multiple increments.Daniel Jasper2017-09-031-0/+4
* Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSI...David Blaikie2017-08-311-0/+5
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-2/+177
* [clang-format] Do not format likely xmlKrasimir Georgiev2017-08-291-0/+7
* [clang-format] Fixed typedef enum brace wrappingKrasimir Georgiev2017-08-291-0/+26
* [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used forDaniel Jasper2017-08-251-0/+10
* clang-format: Fix left pointer alignment after delctype/typeofKrasimir Georgiev2017-08-141-3/+4
* [clang-format] let PointerAlignment dictate spacing of function ref qualifiersJacob Bandes-Storch2017-08-101-2/+4
* clang-format: Fix bug with ENAS_DontAlign and empty linesJacob Bandes-Storch2017-08-101-0/+24
* clang-format: merge short case labels with trailing commentsFrancois Ferrand2017-07-281-0/+71
* Fix dereference of pointers in throw statements.Manuel Klimek2017-07-171-0/+1
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-0/+10
* [clang-format] Keep level of comment before an empty lineKrasimir Georgiev2017-07-121-1/+24
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-3/+177
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-4/+20
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-0/+46
* clang-format: Fix C99 designated initializers corner casesFrancois Ferrand2017-06-191-0/+17
* clang-format: Improve understanding of combined typedef+record declarationsDaniel Jasper2017-06-191-0/+8
* clang-format: Handle "if constexpr".Daniel Jasper2017-06-191-0/+68
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+136
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-0/+125
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-7/+177
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+14
OpenPOWER on IntegriCloud