summaryrefslogtreecommitdiff
path: root/include/clang/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-32/+36
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-031-17/+35
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-6/+23
* Clang-format: Add Whitesmiths indentation stylePaul Hoad2019-09-221-0/+26
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+17
* [clang-format] Fix a bug that joins template closer and =Owen Pan2019-08-181-2/+2
* [clang-format] Expand AllowShortBlocksOnASingleLine for WebKitOwen Pan2019-08-111-4/+31
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-0/+9
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-021-0/+13
* clang-format: better handle namespace macrosFrancois Ferrand2019-06-061-0/+13
* [clang-format][NFC] Fix BS_Allman style example in the header docs are genera...Jan Korous2019-06-051-6/+15
* [clang-format] Allow configuring list of function-like macros that resolve to...Francois Ferrand2019-05-291-1/+18
* [clang-format] Fix documentation for FixNamespaceCommentsOwen Pan2019-04-261-1/+1
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-0/+16
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+8
* [clang-format]: Add NonEmptyParentheses spacing optionReuben Thomas2019-03-301-0/+11
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+34
* Sync some doc changes ClangFormatStyleOptions.rst with doc comments in `Forma...Sylvestre Ledru2019-03-231-1/+1
* Clang-format: add finer-grained options for putting all arguments on one linePaul Hoad2019-03-231-0/+35
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-0/+5
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-1/+10
* [clang-format][NFC] Include TableGen in enum->string mapping used for debuggingJordan Rupprecht2019-03-131-0/+2
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-1/+31
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-31/+1
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-1/+31
* [clang-format][NFC] Allow getLLVMStyle() to take a languageJordan Rupprecht2019-02-281-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update the example of BS_Stroustrup to match what is done by clang-formatSylvestre Ledru2018-10-261-9/+6
* Hopefully fix the documentation generation issueSylvestre Ledru2018-10-221-2/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-5/+7
* [clang-format] Java import sorting in clang-formatKrasimir Georgiev2018-10-051-0/+30
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-1/+11
* [clang-format ]Extend IncludeCategories regex documentationKrasimir Georgiev2018-07-251-1/+1
* [clang-format] Add a default format style that can be used by users of `getSt...Eric Liu2018-06-251-0/+9
* clang-format: Fix documentation generationFrancois Ferrand2018-06-141-19/+21
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-141-0/+12
* clang-format: Introduce BreakInheritanceList optionFrancois Ferrand2018-06-111-12/+31
* 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-8/+43
* [Tooling] Pull #include manipulation code from clangFormat into libToolingCore.Eric Liu2018-05-141-8/+5
* [clang-format] Move #include related style to libToolingCoreEric Liu2018-05-141-89/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-170/+170
* [clang-format] Fix documentation for SpaceAfterCStyleCast optionKrasimir Georgiev2018-03-061-1/+1
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+28
* clang-format: use AfterControlStatement to format ObjC control blocksFrancois Ferrand2018-02-271-1/+3
* [clang-format] New API guessLanguage()Ben Hamilton2018-02-211-0/+4