summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+3
* clang-format: Fix formatting C++ namespaces with preceding 'inline' or 'expor...Sam McCall2018-09-051-5/+2
* clang-format: Change Google style wrt. the formatting of empty messages.Daniel Jasper2018-08-151-1/+1
* [clang-format] Add some text proto functions to Google styleKrasimir Georgiev2018-08-011-0/+2
* [clang-format] Indent after breaking Javadoc annotated lineKrasimir Georgiev2018-07-301-4/+3
* [clang-format] Support additional common functions for text proto formattingKrasimir Georgiev2018-06-291-1/+4
* [clang-format] Enable text proto formatting in common functionsKrasimir Georgiev2018-06-261-1/+4
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-0/+4
* [clang-format] Disable AlwaysBreakBeforeMultilineStrings in Google style for ...Ben Hamilton2018-06-141-0/+1
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+4
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-3/+24
OpenPOWER on IntegriCloud