summaryrefslogtreecommitdiff
path: root/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-1/+3
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-11/+35
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-12/+25
* [clang-format] [PR43372] - clang-format shows replacements in DOS files when ...Paul Hoad2019-10-011-3/+27
* [clang-format] Add SortPriority fields to fix -Wmissing-field-initializers af...Fangrui Song2019-09-261-5/+7
* [clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad2019-09-251-4/+10
* Clang-format: Add Whitesmiths indentation stylePaul Hoad2019-09-221-0/+14
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-11/+18
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+2
* 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] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-2/+12
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-0/+3
* [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-291-6/+6
* [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-241-4/+4
* Adds support for formatting NS_CLOSED_ENUM and CF_CLOSED_ENUM alongside NS_EN...Ben Hamilton2019-07-221-4/+5
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-021-0/+2
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-0/+1
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-0/+1
* Use llvm::stable_sortFangrui Song2019-04-241-5/+4
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-3/+5
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+2
* 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
* [clang-format] [PR41187] moves Java import statements to the wrong location i...Paul Hoad2019-03-301-1/+1
* [clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas2019-03-301-0/+2
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+14
* Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad2019-03-231-0/+7
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-2/+33
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-0/+1
* [clang-format] Propagate inferred language to getLLVMStyle() in getPredefined...Jordan Rupprecht2019-03-131-1/+1
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-6/+20
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-20/+6
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-6/+20
* [clang-format] clang-format off/on not respected when using C Style commentsPaul Hoad2019-03-021-2/+3
* [clang-format] [NFC] clang-format the Format libraryPaul Hoad2019-03-011-24/+15
* [clang-format][TableGen] Don't add spaces around items in square braces.Jordan Rupprecht2019-03-011-0/+5
* [clang-format][NFC] Allow getLLVMStyle() to take a languageJordan Rupprecht2019-02-281-6/+4
* [clang-format] Do not emit replacements if Java imports are OKKrasimir Georgiev2019-02-201-7/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang] Change to range-based invocation of llvm::sortMandeep Singh Grang2019-01-181-1/+1
* [Format] Add debugging to ObjC language guesserBen Hamilton2018-11-051-4/+13
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-3/+4
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-051-4/+173