summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangFormatStyleOptions.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-231-13/+96
* Correct documentation about the AfterClass clang-format optionEric Fiselier2017-06-151-5/+5
* Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)Sylvestre Ledru2017-06-061-1/+1
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-15/+37
* Add more examples to clang-format configurationSylvestre Ledru2017-04-111-3/+66
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-1/+2
* Fix some sphinx -Werror'sJonathan Roelofs2017-03-201-3/+3
* Add more examples to clang-format configurationSylvestre Ledru2017-03-201-2/+228
* [clang-format] Add more examples and fix a bug in the py generation scriptSylvestre Ledru2017-03-131-0/+291
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+4
* Remove a useless subsitution in doxygen2rst which was incorrectly replacing *...Sylvestre Ledru2017-03-091-5/+5
* Add more examples to clang-format configurationSylvestre Ledru2017-03-081-1/+104
* Add examples to clang-format configurationSylvestre Ledru2017-03-061-0/+93
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-1/+14
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+3
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+29
* Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243Alexander Kornienko2016-02-271-1/+1
* Fix a typo. NFCAlexander Kornienko2016-02-231-1/+1
* Clean up clang-format options documentation. NFCAlexander Kornienko2016-02-231-37/+85
* Update clang-format options docs.Alexander Kornienko2016-02-231-5/+26
* Fix some typos in the clang docSylvestre Ledru2016-02-141-1/+1
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-2/+21
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-4/+28
* clang-format: Hopefully fix code blocks in docs.Daniel Jasper2015-10-071-0/+6
* clang-format: Add empty line before code-blocks in Docs.Daniel Jasper2015-10-061-0/+6
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-14/+35
OpenPOWER on IntegriCloud