- 0c66025 [NFC] Trim trailing whitespace in *.rst by Shao-Ce SUN · 3 years, 7 months ago
- 6facafe [clang-format] Refactor SpaceBeforeParens to add options by C. Rayroud · 3 years, 7 months ago
- c71fbdd [NFC] Inclusive language: Remove instances of master in URLs by Quinn Pham · 3 years, 8 months ago
- 931d20c [docs][clang-format] warn on \code block indentation error by Ludovic Jozeau · 3 years, 8 months ago
- a2a826d [clang-format][docs][NFC] correct the "first supported versions" of some of the clang-format options by mydeveloperday · 3 years, 8 months ago
- dd3caa9 [clang-format] [docs] [NFC] improve clarity in the QualifierAlignment warning by mydeveloperday · 3 years, 9 months ago
- 2c60cfc [format] [docs] Fix typos and clarify QualifierAlignment/QualifierOrder documentation. by Marek Kurdej · 3 years, 9 months ago
- 23a5090 [clang-format][docs] mark new clang-format configuration options based on which version they would GA by mydeveloperday · 3 years, 9 months ago
- 9e8fff2 [clang-format][docs] Fix documentation of clang-format BasedOnStyle type by Ludovic Jozeau · 3 years, 9 months ago
- a44ab17 [clang-format] Add Left/Right Const fixer capability by mydeveloperday · 3 years, 9 months ago
- 8a780a2 [clang-format] Group options that pack constructor initializers by owenca · 3 years, 10 months ago
- 612048a [clang] Fix typos in documentation (NFC) by Kazu Hirata · 3 years, 10 months ago
- 0391165 [clang-format] NFC update the ClangFormatStyleOption.rst following previous change by mydeveloperday · 3 years, 10 months ago
- 8b7881a [clang-format] Add basic support for formatting JSON by mydeveloperday · 4 years ago
- a08fa8a [Clang-Format] Add ReferenceAlignment directive by Seraphime Kirkovski · 4 years ago
- b3ccf4f [clang-format][NFC] Fix documentation by Björn Schäpers · 4 years ago
- be9a87f [clang-format] Add IfMacros option by Vitali Lovich · 4 years, 1 month ago
- 64cf5eb [clang-format] Add new LambdaBodyIndentation option by Vitali Lovich · 4 years ago
- 673c5ba [clang-format] Adds a formatter for aligning arrays of structs by Fred Grim · 4 years ago
- 6f605b8 [clang-format] Add PPIndentWidth option by Gerhard Gappmeier · 4 years, 1 month ago
- 09b75f4 [clang-format] New BreakInheritanceList style AfterComma by Zhihao Yuan · 4 years, 1 month ago
- 8702c6d [clang-format] [docs] Regenerate style options documentation. by Marek Kurdej · 4 years, 1 month ago
- dda978e [clang-format] Option for empty lines after an access modifier. by Max Sagebaum · 4 years, 2 months ago
- 31443f8 [clang] Fix typos in documentation (NFC) by Kazu Hirata · 4 years, 4 months ago
- 7b02794 [clang-format] Rename case sorting by Björn Schäpers · 4 years, 4 months ago
- 6ca5281 [clang-format][PR47290] Add ShortNamespaceLines format option by Krystian Kuzniarek · 4 years, 4 months ago
- 2a42c75 [clang-format] [PR19056] Add support for access modifiers indentation by Jakub Budiský · 4 years, 4 months ago
- 25f753c [clang-format] Add possibility to be based on parent directory by Björn Schäpers · 4 years, 5 months ago
- a8105b3 [clang-format] Add case aware include sorting. by Kent Sommer · 4 years, 5 months ago
- 772eb24 [clang-format] Add option to control the spaces in a line comment by Björn Schäpers · 4 years, 5 months ago
- 4ad41f1 Revert "[clang-format] Add option to control the spaces in a line comment" by Björn Schäpers · 4 years, 5 months ago
- 078f30e [clang-format] Add option to control the spaces in a line comment by Björn Schäpers · 4 years, 6 months ago
- 6d5c1cd Revert "[clang-format] add case aware include sorting" by Marek Kurdej · 4 years, 5 months ago
- f02eca0 [clang-format] [NFC] Rerun dump_format_style.py by Björn Schäpers · 4 years, 5 months ago
- 60bf582 [clang-format] PR16518 Add flag to suppress empty line insertion before access modifier by Albertas Vyšniauskas · 4 years, 5 months ago
- 3395a33 [clang-format] add case aware include sorting by Lukas Barth · 4 years, 5 months ago
- 33a63a3 [clang-format] [docs] Fix RST indentation. by Marek Kurdej · 4 years, 5 months ago
- 2563147 [clang-format] Add the possibility to align assignments spanning empty lines or comments by Lukas Barth · 4 years, 5 months ago
- 7b9d88ab Revert "[clang-format] Add the possibility to align assignments spanning empty lines or comments" by Marek Kurdej · 4 years, 5 months ago
- f00a20e [clang-format] Add the possibility to align assignments spanning empty lines or comments by Marek Kurdej · 4 years, 5 months ago
- b43075e [clang-format] Fix documentation of bcc1dee600 by Björn Schäpers · 4 years, 5 months ago
- bcc1dee [clang-format] Add StatementAttributeLikeMacros option by Björn Schäpers · 4 years, 6 months ago
- 9af0386 [clang-format] Revert e9e6e3b34a8e by mydeveloperday · 4 years, 5 months ago
- 47877c9 [clang-format] Add SpaceBeforeCaseColon option by Björn Schäpers · 4 years, 6 months ago
- 5e5ef53 [clang-format][NFC] Expand BreakBeforeBraces examples by Björn Schäpers · 4 years, 6 months ago
- e9e6e3b3 [clang-format] Add IndentPragma style to eliminate common clang-format off scenario by mydeveloperday · 4 years, 6 months ago
- 254677e [clang-format] [NFC] Fix spelling and grammatical errors in IncludeBlocks text by mydeveloperday · 4 years, 6 months ago
- 8668eae [clang-format] Add option for case sensitive regexes for sorted includes by mydeveloperday · 4 years, 7 months ago
- 840e651 [clang-format] Improve clang-formats handling of concepts by mydeveloperday · 4 years, 7 months ago
- 1e4d6d1 [clang-format] Add new option PenaltyIndentedWhitespace by Mark Nauwelaerts · 4 years, 8 months ago
- 9e27f38 [clang-format] Add a SpaceAroundPointerQualifiers style option by Alex Richardson · 4 years, 8 months ago
- 2e7add8 [clang-format] Add a option for the position of Java static import by mydeveloperday · 4 years, 9 months ago
- 4dd9c70 [clang-format] [NFC] Fix spelling mistake in the documentation by mydeveloperday · 4 years, 9 months ago
- e7bd058 [clang-format] Allow configuring list of macros that map to attributes by Alex Richardson · 4 years, 10 months ago
- 52ab7aa [clang-format] Add BitFieldColonSpacing option by Anders Waldenborg · 5 years ago
- 6d7ec54 [clang-format] Make sure rst documentation matches comments by Anders Waldenborg · 5 years ago
- 0c332a7 [clang-format] Preserve whitespace in selected macros by Jake Merdich · 5 years ago
- 51dbda5 [clang-format][docfix] Update predefined styles in docs by Jake Merdich · 5 years ago
- 6ef45b0 [clang-format] Added new option IndentExternBlock by mydeveloperday · 5 years ago
- 807ab2c [clang-format] [PR42164] Add Option to Break before While by mydeveloperday · 5 years ago
- b99bf0e [clang-format][PR45816] Add AlignConsecutiveBitFields by mydeveloperday · 5 years ago
- 0ee04e6 [clang-format] Fix AlignOperands when BreakBeforeBinaryOperators is set by Francois Ferrand · 8 years ago
- f21c704 clang-format: Add ControlStatementsExceptForEachMacros option to SpaceBeforeParens by Daan De Meyer · 5 years ago
- 292058a [clang-format] Fix Microsoft style for enums by Aaron Smith · 5 years ago
- 0fa7e4a [clang-format] NFC Correct clang-format headers file so documentation can be once again autogenerated by mydeveloperday · 5 years ago
- 47ef09e Revert "clang-format: support aligned nested conditionals formatting" by Haojian Wu · 5 years ago
- 3d61b11 clang-format: Introduce stricter AlignOperands flag by Francois Ferrand · 8 years ago
- e811150 [clang-format] use spaces for alignment with UT_ForContinuationAndIndentation by mydeveloperday · 5 years ago
- 28ecd7f [clang-format] Don't break multi block parameters on ObjCBreakBeforeNestedBlockParam by Kanglei Fang · 5 years ago
- c5c487f Revert "[clang-format] Add option to specify explicit config file" by Mitchell Balan · 5 years ago
- 10b1a87 [clang-format] Add option to specify explicit config file by Mitchell Balan · 5 years ago
- fa0118e6e [clang-format] Add new option BeforeLambdaBody in Allman style. by Wawha · 5 years ago
- dc04c54f clang-format: [JS] document InsertTrailingCommas. by Martin Probst · 5 years ago
- 70c9867 [clang-format] Add option for not breaking line before ObjC params by mydeveloperday · 5 years ago
- 14c04475 [clang-format] Add IndentCaseBlocks option by mydeveloperday · 5 years ago
- 4daa8d1 Correct inf typo by Andrew Gaul · 6 years ago
- 26748a3 [clang-format] Add new option to add spaces around conditions by Mitchell Balan · 6 years ago
- a4a7c12 [clang-format] Add SpaceBeforeBrackets by mydeveloperday · 6 years ago
- 335ac2e Allow additional file suffixes/extensions considered as source in main include grouping by mydeveloperday · 6 years ago
- 860ee4f [clang-format] NFC allow Format.h to be clang-formatted but still maintain the same doc layout in ClangFormatStyleOptions.rst by paul_hoad · 6 years ago
- eb00839 [clang-format] Ensure dump_format_style.py can generate ClangFormatStyleOptions.rst without manual intervention by paul_hoad · 6 years ago
- eadb65f [clang-format] [NFC] update the documentation in Format.h to allow dump_format_style.py to get a little closer to being correct. (part 2) by paulhoad · 6 years ago
- 23b7836 [clang-format] update documentation by paulhoad · 6 years ago
- 77c9736 [NFC] Reverting changes from test commit. llvm commit access test succeeded. by Mitchell Balan · 6 years ago
- 791b0e4 [NFC] Test commit. Testing llvm commit access only. by Mitchell Balan · 6 years ago
- c209598 [clang-format][docs] Fix the Google C++ and Chromium style guide URLs by Paul Hoad · 6 years ago
- 375a84b [clang-format] SpacesInSquareBrackets should affect lambdas with parameters too by Paul Hoad · 6 years ago
- b3cc321 [Format] Fix docs after r373439 by Sam McCall · 6 years ago
- fb13e65 [clang-format] Add ability to wrap braces after multi-line control statements by Paul Hoad · 6 years ago
- e503256 [ClangFormat] Future-proof Standard option, allow floating or pinning to arbitrary lang version by Sam McCall · 6 years ago
- 52e44b1 [clang-format] Modified SortIncludes and IncludeCategories to priority for sorting #includes within the Group Category. by Paul Hoad · 6 years ago
- a506ed2 Clang-format: Add Whitesmiths indentation style by Paul Hoad · 6 years ago
- 3867a2d [clang-format] Add new style option IndentGotoLabels by Paul Hoad · 6 years ago
- 37860d5 [clang-format] Fix a bug that joins template closer and = by Owen Pan · 6 years ago
- 10234da [clang-format] Expand AllowShortBlocksOnASingleLine for WebKit by Owen Pan · 6 years ago
- db4ad36 [clang-format] Add SpaceInEmptyBlock option for WebKit by Owen Pan · 6 years ago
- 0e074fa doc: Fix Google C++ Style Guide link. by Rafael Stahl · 6 years ago
- 04ee232 clang-format: Add new style option AlignConsecutiveMacros by Sam McCall · 6 years ago
- e8a301f clang-format: better handle namespace macros by Francois Ferrand · 6 years ago
- a3701ca [clang-format][NFC] Fix BS_Allman style example in the header docs are generated from by Jan Korous · 6 years ago