summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangFormatStyleOptions.rst
Commit message (Expand)AuthorAgeFilesLines
* [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-3/+35
* [clang-format] Add SpaceInEmptyBlock option for WebKitOwen Pan2019-08-101-32/+41
* doc: Fix Google C++ Style Guide link.Rafael Stahl2019-07-291-1/+1
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-021-0/+14
* 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-0/+18
* [clang-format] Fix documentation for FixNamespaceCommentsOwen Pan2019-04-261-1/+1
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-38/+60
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+7
* [clang-format] Add style option AllowShortLambdasOnASingleLineRonald Wampler2019-03-261-0/+39
* 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-2/+12
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-0/+10
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-2/+39
* Revert "[clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not work...Paul Hoad2019-03-131-39/+2
* [clang-format] [PR25010] AllowShortIfStatementsOnASingleLine not working if a...Paul Hoad2019-03-131-2/+39
* [clang-format][docs][NFC] Fix example for Allman brace breaking styleJan Korous2019-03-051-6/+15
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-3/+3
* Fix some typos in the clang doc.Sylvestre Ledru2019-01-011-1/+1
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-3/+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
* Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_for...Sylvestre Ledru2018-10-221-14/+42
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+9
* clang-format: try to make the doc for ConstructorInitializerAllOnOneLineOrOne...Hans Wennborg2018-07-311-9/+13
* [clang-format ]Extend IncludeCategories regex documentationKrasimir Georgiev2018-07-251-0/+6
* Correct the code highlighting marker to be Objective-C rather than C++ which ...Aaron Ballman2018-06-281-1/+1
* 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-13/+37
* clang-format: Allow optimizer to break template declaration.Francois Ferrand2018-05-161-7/+45
* [clang-format] Fix documentation for SpaceAfterCStyleCast optionKrasimir Georgiev2018-03-061-2/+50
* [clang-format] Add SpaceBeforeColon optionFrancois Ferrand2018-03-011-0/+26
* Fix typos of occurred and occurrenceMalcolm Parsons2018-01-241-1/+1
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-0/+4
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-21/+36
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+39
* Indent code blocks so they are actually treated as suchStephan Bergmann2017-11-171-9/+9
* [clang-format] Keep Sphinx happy after r317794Krasimir Georgiev2017-11-091-5/+6
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-7/+30
* Split the AlignTrailingComments on several lines. The comments were applied t...Sylvestre Ledru2017-10-121-3/+7
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-0/+15
* [clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper2017-09-071-5/+12
* Add an usage example of BreakBeforeBracesSylvestre Ledru2017-09-071-0/+9
* Refresh the clang format options doc with the recent changesSylvestre Ledru2017-09-071-13/+41
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+27
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+9
* [clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev2017-06-231-102/+102
OpenPOWER on IntegriCloud