]> granicus.if.org Git - clang/history - include/clang/Format/Format.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / Format / Format.h
2019-10-04 Paul Hoad[clang-format] [PR43333] Fix C# breaking before functio...
2019-10-03 Paul Hoad[clang-format] Add ability to wrap braces after multi...
2019-10-02 Sam McCall[ClangFormat] Future-proof Standard option, allow float...
2019-09-22 Paul HoadClang-format: Add Whitesmiths indentation style
2019-09-12 Paul Hoad[clang-format] Add new style option IndentGotoLabels
2019-08-18 Owen Pan[clang-format] Fix a bug that joins template closer...
2019-08-11 Owen Pan[clang-format] Expand AllowShortBlocksOnASingleLine...
2019-08-10 Owen Pan[clang-format] Add SpaceInEmptyBlock option for WebKit
2019-07-02 Sam McCallclang-format: Add new style option AlignConsecutiveMacros
2019-06-06 Francois Ferrandclang-format: better handle namespace macros
2019-06-05 Jan Korous[clang-format][NFC] Fix BS_Allman style example in...
2019-05-29 Francois Ferrand[clang-format] Allow configuring list of function-like...
2019-04-26 Owen Pan[clang-format] Fix documentation for FixNamespaceComments
2019-04-08 Owen Pan[clang-format] Add AfterCaseLabel to BraceWrapping
2019-04-08 Reuben Thomas[clang-format] Optionally insert a space after unary...
2019-03-30 Reuben Thomas[clang-format]: Add NonEmptyParentheses spacing option
2019-03-26 Ronald Wampler[clang-format] Add style option AllowShortLambdasOnASin...
2019-03-23 Sylvestre LedruSync some doc changes ClangFormatStyleOptions.rst with...
2019-03-23 Paul HoadClang-format: add finer-grained options for putting...
2019-03-21 Paul Hoad[clang-format] Add basic support for formatting C#...
2019-03-20 Paul Hoad[clang-format] BeforeHash added to IndentPPDirectives
2019-03-13 Jordan Rupprecht[clang-format][NFC] Include TableGen in enum->string...
2019-03-13 Paul Hoad[clang-format] [PR25010] AllowShortIfStatementsOnASingl...
2019-03-13 Paul HoadRevert "[clang-format] [PR25010] AllowShortIfStatements...
2019-03-13 Paul Hoad[clang-format] [PR25010] AllowShortIfStatementsOnASingl...
2019-02-28 Jordan Rupprecht[clang-format][NFC] Allow getLLVMStyle() to take a...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-10-26 Sylvestre LedruUpdate the example of BS_Stroustrup to match what is...
2018-10-22 Sylvestre LedruHopefully fix the documentation generation issue
2018-10-10 Jonas DevlieghereLift VFS from clang to llvm (NFC)
2018-10-05 Krasimir Georgiev[clang-format] Java import sorting in clang-format
2018-10-02 Francois Ferrandclang-format: better handle statement macros
2018-07-25 Krasimir Georgiev[clang-format ]Extend IncludeCategories regex documentation
2018-06-25 Eric Liu[clang-format] Add a default format style that can...
2018-06-14 Francois Ferrandclang-format: Fix documentation generation
2018-06-14 Hans Wennborg[clang-format] Add SpaceBeforeCpp11BracedList option.
2018-06-11 Francois Ferrandclang-format: Introduce BreakInheritanceList option
2018-06-04 Eric LiuReland "Move #include manipulation code to new lib...
2018-05-30 Eric LiuRevert "Reland "Move #include manipulation code to...
2018-05-30 Eric LiuReland "Move #include manipulation code to new lib...
2018-05-18 Eric LiuRevert "Move #include manipulation code to new lib...
2018-05-18 Eric LiuMove #include manipulation code to new lib/Tooling...
2018-05-16 Francois Ferrandclang-format: Allow optimizer to break template declara...
2018-05-14 Eric Liu[Tooling] Pull #include manipulation code from clangFor...
2018-05-14 Eric Liu[clang-format] Move #include related style to libToolin...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-03-06 Krasimir Georgiev[clang-format] Fix documentation for SpaceAfterCStyleCa...
2018-03-01 Francois Ferrand[clang-format] Add SpaceBeforeColon option
2018-02-27 Francois Ferrandclang-format: use AfterControlStatement to format ObjC...
2018-02-21 Ben Hamilton[clang-format] New API guessLanguage()
2018-02-02 Ben Hamilton[clang-format] New format param ObjCBinPackProtocolList
2018-01-24 Malcolm ParsonsFix typos of occurred and occurrence
2018-01-19 Krasimir Georgiev[clang-format] Adds a canonical delimiter to raw string...
2018-01-17 Krasimir Georgiev[clang-format] adds enclosing function detection to...
2018-01-17 Krasimir Georgiev[clang-format] Reorganize RawStringFormat based on...
2018-01-15 Krasimir Georgiev[clang-format] Adds a FormatStyleSet
2017-11-27 Krasimir Georgiev[clang-format] Add option to group multiple #include...
2017-11-09 Krasimir Georgiev[clang-format] Keep Sphinx happy after r317794
2017-11-09 Krasimir Georgiev[clang-format] Sort using declarations by splitting...
2017-10-30 Krasimir Georgiev[clang-format] Format raw string literals
2017-09-15 Krasimir Georgiev[clang-format] New flag - BraceWrapping.AfterExternBlock
2017-09-07 Daniel Jasper[clang-format] Fix documentation for AllowAllParameters...
2017-09-07 Sylvestre LedruAdd an usage example of BreakBeforeBraces
2017-08-30 Krasimir Georgievclang-format: Add preprocessor directive indentation
2017-07-06 Krasimir Georgiev[clang-format] Add TextProto language name, NFC
2017-07-03 Krasimir Georgiev[clang-format] Support text proto messages
2017-06-30 Francois Ferrandclang-format: add options to merge empty record body
2017-06-29 Chandler Carruth[clang-format] Switch to case-insensitive header matchi...
2017-06-23 Krasimir Georgiev[clang-format] Add a SortUsingDeclaration option and...
2017-06-23 Krasimir Georgiev[clang-format] Update style documentation, NFC
2017-06-21 Francois Ferrandclang-format: introduce InlineOnly short function style
2017-06-21 Krasimir Georgiev[clang-format] Support sorting using declarations
2017-06-14 Francois Ferrandclang-format: Add CompactNamespaces option
2017-06-13 Francois Ferrandclang-format: add option to merge empty function body
2017-05-24 Francois Ferrandclang-format: Introduce BreakConstructorInitializers...
2017-05-22 Francois Ferrandclang-format: Allow customizing the penalty for breakin...
2017-05-08 Daniel Jasper[clang-format] Convert AlignEscapedNewlinesLeft to...
2017-04-21 Krasimir Georgiev[clang-format] Replace IncompleteFormat by a struct...
2017-04-11 Sylvestre LedruAdd more examples to clang-format configuration
2017-04-05 Nico Weberclang-format: Support formatting utf-8 character litera...
2017-03-31 Daniel Jasperclang-format: Fix post-commit review comment of r299204...
2017-03-20 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-13 Sylvestre Ledru[clang-format] Add more examples and fix a bug in the...
2017-03-10 Andi-Bogdan Postelnicu[clang-format] Add option to break before inheritance...
2017-03-08 Sylvestre LedruAdd more examples to clang-format configuration
2017-03-06 Sylvestre LedruAdd examples to clang-format configuration
2017-03-01 Krasimir Georgiev[clang-format] Add a new flag FixNamespaceComments...
2017-02-27 Krasimir Georgiev[clang-format] Add a NamespaceEndCommentsFixer
2017-02-24 Nico Weberclang-format: Fix many Objective-C formatting regressio...
2017-01-23 Krasimir Georgiev[clang-format] Fix LanguageKind comments.
2017-01-17 Antonio Maioranoclang-format: Make GetStyle return Expected<FormatStyle...
2016-12-12 Daniel Jasperclang-format: Separate out a language kind for ObjC.
2016-12-02 Eric Liu[ClangFormat] Only insert #include into the #include...
2016-11-08 Daniel Jasper[clang-format] Remove (SourceManager, FileID) variants
2016-10-19 Reid KlecknerUse noexcept instead of LLVM_NOEXCEPT now that all...
2016-09-23 Eric Liu[clang-format] support header deletion in cleanupAround...
2016-08-09 Sylvestre Ledruclang-format: Add SpaceAfterTemplate
2016-07-11 Eric LiuMake tooling::applyAllReplacements return llvm::Expecte...
2016-06-13 Martin Probstclang-format: [JS] Introduce JavaScriptWrapImports...
2016-05-31 Eric Liu[clang-format] insert new #includes into correct blocks...
next