summaryrefslogtreecommitdiff
path: root/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-181-1/+2
* [clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...Paul Hoad2019-09-183-17/+26
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-11/+18
* clang-format: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-132-3/+22
* [clang-format] [PR43100] clang-format C# support does not add a space betwee...Paul Hoad2019-09-121-0/+4
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-123-3/+7
* [clang-format] Apply BAS_AlwaysBreak to C++11 braced listsOwen Pan2019-09-101-1/+3
* clang-format: [JS] handle `as const`.Martin Probst2019-08-261-0/+4
* clang-format: Disable across-block include reordering.Nico Weber2019-08-231-0/+21
* [clang-format] Recognize ECMAScript module .mjs as JavaScriptFangrui Song2019-08-231-2/+3
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-1/+1
* [clang-format] Fix the bug that joins template closer and > or >>Owen Pan2019-08-161-0/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-6/+6
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-113-8/+20
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-102-1/+4
* [clang-format] fix crash involving invalid preprocessor lineKrasimir Georgiev2019-08-081-0/+2
* [clang-format] Fix a bug that doesn't break braces before unions for AllmanOwen Pan2019-08-021-0/+1
* clang-format clang/lib/FormatNico Weber2019-07-295-19/+17
* clang-format: Support `if CONSTEXPR` if CONSTEXPR is a macro.Nico Weber2019-07-274-10/+19
* [Format] getFormattingLangOpts: make LS_Auto uses LS_Cpp11 lexing ruleFangrui Song2019-07-241-4/+7
* [Format] Make it easy to add new format::FormatStyle::LanguageStandard. NFCIFangrui Song2019-07-242-6/+6
* clang-format: Fix namespace end comments for namespaces with attributes and m...Nico Weber2019-07-232-4/+21
* Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton2019-07-223-5/+11
* [Format/ObjC] Avoid breaking between unary operators and operandsBen Hamilton2019-07-191-0/+2
* [clang-format] Don't detect call to ObjC class method as C++11 attribute spec...Ben Hamilton2019-07-161-1/+5
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-023-0/+130
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-068-50/+121
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-294-7/+15
* [clang-format] Fixed self assignmentDavid Bolvansky2019-05-151-1/+0
* Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""Krasimir Georgiev2019-05-101-3/+3
* [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-032-2/+21
* [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-011-3/+15
* [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-011-4/+9
* Use llvm::stable_sortFangrui Song2019-04-243-14/+10
* [clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan2019-04-234-5/+8
* [clang-format] Fix incorrect formatting of keyword macro definitionOwen Pan2019-04-181-1/+1
* [clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev2019-04-182-11/+22
* [clang-format] Remove unused Environment constructor.Alexander Kornienko2019-04-181-4/+0
* [clang-format] [PR41170] Break after return type ignored with certain comment...Paul Hoad2019-04-151-3/+11
* [clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev2019-04-121-1/+4
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-082-6/+16
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-082-1/+4
* [clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413Owen Pan2019-04-071-3/+9
* [clang-format] Fix Bug 41407Owen Pan2019-04-061-1/+1
* [clang-format] BreakAfterReturnType ignored on functions with numeric templat...Paul Hoad2019-04-061-1/+1
* Updating Chromium's Java import orderNico Weber2019-04-041-3/+10
* [clang-format] Preserve include blocks in ObjC Google styleKrasimir Georgiev2019-04-041-0/+5
* [clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev2019-04-031-4/+16
* [clang-format] Regroup #includes into blocks for Google styleEric Liu2019-04-031-0/+1