summaryrefslogtreecommitdiffstats
path: root/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-06-041-1/+1
* Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu2018-05-301-1/+1
* Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-301-1/+1
* Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu2018-05-181-1/+1
* Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu2018-05-181-1/+1
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-3/+19
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-6/+7
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-393/+5
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-34/+22
* Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu2018-05-091-23/+16
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1