summaryrefslogtreecommitdiffstats
path: root/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* Merging r324246:Hans Wennborg2018-02-062-27/+54
* Merging r323904:Hans Wennborg2018-02-061-9/+12
* Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton2017-12-141-1/+0
* [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton2017-12-141-0/+1
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-143-3/+6
* [clang-format] Improve ObjC headers detection.Krasimir Georgiev2017-12-121-1/+3
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* Fix bug where we wouldn't break columns over the limit.Manuel Klimek2017-12-042-2/+8
* Better trade-off for excess characters vs. staying within the column limits.Manuel Klimek2017-12-012-13/+58
* clang-format: [JS] do not wrap after async/await.Martin Probst2017-11-301-6/+6
* Fix 'control reaches end of non-void' warning by using llvm_unreachable.Manuel Klimek2017-11-291-3/+2
* Restructure how we break tokens.Manuel Klimek2017-11-293-522/+571
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-3/+25
* clang-format: [JS] do not collapse short classes.Martin Probst2017-11-251-2/+7
* clang-format: [JS] handle semis in generic types.Martin Probst2017-11-251-7/+10
* clang-format: [JS] handle `for` as object label.Martin Probst2017-11-251-1/+3
* clang-format: [JS] disable ASI on decorators.Martin Probst2017-11-251-5/+10
* [clang-format] Deduplicate using declarationsKrasimir Georgiev2017-11-241-0/+20
* clang-format: [JS] do not break in ArrayType[].Martin Probst2017-11-241-0/+3
* clang-format: [JS] do not wrap before yield.Martin Probst2017-11-241-2/+2
* clang-format: [JS] space between ! assert and in.Martin Probst2017-11-241-2/+3
* clang-format: [JS] handle destructuring `of`.Martin Probst2017-11-241-2/+4
* FormatInternal.h: Add missing includes.David Blaikie2017-11-211-0/+4
* clang-format: remove trailing lines in lamdas and arrow functions.Martin Probst2017-11-172-1/+14
* [clang-format] Add text proto filename detectionKrasimir Georgiev2017-11-171-0/+5
* Implement more accurate penalty & trade-offs while breaking protruding tokens.Manuel Klimek2017-11-173-18/+79
* Refactor ContinuationIndenter's breakProtrudingToken logic.Manuel Klimek2017-11-143-64/+97
* Update link to protobufHans Wennborg2017-11-131-1/+1
* [clang-format] Handle leading comments in using declarationDaniel Jasper2017-11-101-4/+6
* [clang-format] Support python-style comments in text protosKrasimir Georgiev2017-11-104-7/+43
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-20/+40
* [clang-format] Apply a clang-tidy suggestion, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Fix a clang-tidy finding, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Fix argument name comment, NFCKrasimir Georgiev2017-11-091-1/+1
* [clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper2017-11-061-1/+2
* [clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev2017-11-031-2/+21
* [clang-format] Make parseUnaryOperator non-recursive, NFCIKrasimir Georgiev2017-11-011-10/+8
* clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]NAKAMURA Takumi2017-11-011-2/+2
* [clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev2017-10-301-5/+13
* Keep MSVC2015 happy after r316903Krasimir Georgiev2017-10-301-2/+2
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-3021-107/+482
* [clang-format] Sort whole block of using declarations while partially formattingKrasimir Georgiev2017-10-181-1/+12
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-164-1/+34
* [clang-format] Fix regression about short functions after #elseKrasimir Georgiev2017-10-021-2/+1
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-272-6/+2
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-271-0/+6
* [clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh2017-09-271-4/+12
* [clang-format] Add ext/ to google include categoriesKrasimir Georgiev2017-09-261-1/+2
* clang-format/java: Always put space after `assert` keyword.Nico Weber2017-09-251-0/+2
* [clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev2017-09-221-2/+3