]> granicus.if.org Git - clang/history - unittests/Format
[FrontendTests] Try again to make test not write an output file
[clang] / unittests / Format /
2019-10-18 Brian Gesiak[Format] Add format check for throwing negative numbers
2019-10-18 Krasimir Georgiev[clang-format] fix regression recognizing casts in...
2019-10-10 Paul Hoad[clang-format] throws an incorrect assertion in consume...
2019-10-09 Krasimir Georgiev[clang-format] Update noexcept reference qualifiers...
2019-10-07 Paul Hoad[clang-format] [PR27004] omits leading space for noexce...
2019-10-05 Paul Hoad[clang-format] SpacesInSquareBrackets should affect...
2019-10-04 Paul Hoad[clang-format] C++11 braced lists should respect the...
2019-10-04 Paul Hoad[clang-format] [PR43531] clang-format damages "alternat...
2019-10-04 Paul Hoad[clang-format] [PR42417] clang-format inserts a space...
2019-10-04 Paul Hoad[clang-format] [PR43338] C# clang format has space...
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-10-01 Paul Hoad[clang-format] [PR43372] - clang-format shows replaceme...
2019-09-29 Paul Hoad[clang-format] Reference qualifiers in member templates...
2019-09-27 Ilya BiryukovRevert r373056: [clang-format] Reference qualifiers...
2019-09-27 Ilya Biryukov[clang-format] Reference qualifiers in member templates...
2019-09-26 Mikael Holmen[SortIncludesTest] Add SortPriority fields to fix ...
2019-09-26 Fangrui Song[clang-format] Add SortPriority fields to fix -Wmissing...
2019-09-25 Paul Hoad[clang-format] Modified SortIncludes and IncludeCategor...
2019-09-24 Paul Hoad[clang-format] NFC clang-format the clang-format unit...
2019-09-22 Paul HoadClang-format: Add Whitesmiths indentation style
2019-09-18 Paul Hoad[clang-format][PR41899] PointerAlignment: Left leads...
2019-09-18 Paul Hoad[clang-format][PR41964] Fix crash with SIGFPE when...
2019-09-17 Yitzhak Mandelbaum[clang-format] Fix cleanup of `AnnotatedLine` to includ...
2019-09-13 Nico Weberclang-format: Add support for formatting (some) lambdas...
2019-09-12 Paul Hoad[clang-format] [PR43100] clang-format C# support does...
2019-09-12 Paul Hoad[clang-format] Add new style option IndentGotoLabels
2019-09-10 Owen Pan[clang-format] Apply BAS_AlwaysBreak to C++11 braced...
2019-08-26 Martin Probstclang-format: [JS] handle `as const`.
2019-08-18 Owen Pan[clang-format] Fix a bug that joins template closer...
2019-08-16 Owen Pan[clang-format] Fix the 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-08-08 Krasimir Georgiev[clang-format] fix crash involving invalid preprocessor...
2019-08-02 Owen Pan[clang-format] Fix a bug that doesn't break braces...
2019-07-27 Nico Weberclang-format: Support `if CONSTEXPR` if CONSTEXPR is...
2019-07-24 Nico Weberclang-format: Add another test like r366926
2019-07-24 Nico Weberclang-format: Add a test that shows that some code...
2019-07-23 Nico Weberclang-format: Fix namespace end comments for namespaces...
2019-07-22 Ben HamiltonAdds support for formatting NS_CLOSED_ENUM and CF_CLOSE...
2019-07-19 Ben Hamilton[Format/ObjC] Avoid breaking between unary operators...
2019-07-16 Ben Hamilton[clang-format] Don't detect call to ObjC class method...
2019-07-03 Tom Stellardcmake: Add CLANG_LINK_CLANG_DYLIB option
2019-07-02 Sam McCallclang-format: Add new style option AlignConsecutiveMacros
2019-06-06 Francois Ferrandclang-format: better handle namespace macros
2019-05-29 Francois Ferrand[clang-format] Allow configuring list of function-like...
2019-05-29 Francois Ferrand[NFC] clang-format: Use LLVM style in NamespaceEndComme...
2019-05-10 Krasimir GeorgievRevert "Revert "[clang-format] Keep protobuf "package...
2019-05-03 Owen Pan[clang-format] Fix bug in block comment reflow that...
2019-05-01 Owen Pan[clang-format] Fix a bug in AlignConsecutiveDeclarations.
2019-05-01 Owen Pan[clang-format] Fix bug that misses some function-like...
2019-04-23 Owen Pan[clang-format] Fix bug in reflow of block comments...
2019-04-18 Owen Pan[clang-format] Fix incorrect formatting of keyword...
2019-04-18 Krasimir Georgiev[clang-format] Fix indent of trailing raw string param...
2019-04-15 Reuben Thomas[clang-format] Fix -Wconversion-null warning in GCC
2019-04-15 Paul Hoad[clang-format] [PR41170] Break after return type ignore...
2019-04-12 Krasimir Georgiev[clang-format] Use SpacesBeforeTrailingComments for...
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-04-07 Owen Pan[clang-format] Fix bug https://bugs.llvm.org/show_bug...
2019-04-06 Owen Pan[clang-format] Fix Bug 41407
2019-04-06 Paul Hoad[clang-format] BreakAfterReturnType ignored on function...
2019-04-04 Krasimir Georgiev[clang-format] Preserve include blocks in ObjC Google...
2019-04-03 Krasimir Georgiev[clang-format] Do not emit replacements while regroupin...
2019-04-03 Eric Liu[clang-format] Regroup #includes into blocks for Google...
2019-03-30 Paul Hoad[clang-format] [PR41187] moves Java import statements...
2019-03-30 Reuben Thomas[clang-format]: Add NonEmptyParentheses spacing option
2019-03-26 Ronald Wampler[clang-format] Add style option AllowShortLambdasOnASin...
2019-03-25 Krasimir Georgiev[clang-format] Refine structured binding detection
2019-03-25 Haojian WuRevert "[clang-format] Keep protobuf "package" statemen...
2019-03-23 Paul Hoad[clang-format] Keep protobuf "package" statement on...
2019-03-23 Paul HoadClang-format: add finer-grained options for putting...
2019-03-23 Paul Hoad[clang-format] correctly format protobuf fields named...
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-20 Paul Hoad[clang-format] structured binding in range for detected...
2019-03-19 Martin Probst[clang-format] [JS] handle private members.
2019-03-19 Martin Probst[clang-format] [JS] Don't break between template string...
2019-03-13 Jordan Rupprecht[clang-format] Propagate inferred language to getLLVMSt...
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-03-11 Krasimir Georgievclang-format: distinguish ObjC call subexpressions...
2019-03-05 Paul Hoad[clang-format] broken after lambda with return type...
2019-03-05 Jan Korous[clang-format] Fix lambdas returning template specializ...
2019-03-02 Paul Hoad[clang-format] clang-format off/on not respected when...
2019-03-01 Jordan Rupprecht[clang-format][TableGen] Don't add spaces around items...
2019-02-28 Jordan Rupprecht[clang-format][NFC] Allow getLLVMStyle() to take a...
2019-02-26 Andrew Ng[clang-format] SpaceBeforeParens for lambda expressions
2019-02-20 Krasimir Georgiev[clang-format] Do not emit replacements if Java imports...
2019-02-15 Alexander Kornienkoclang-format with UseTab: Always sometimes doesn't...
2019-02-08 Ben Hamilton[Format/ObjC] Fix [foo bar]->baz formatting as lambda...
2019-02-04 Krasimir Georgiev[clang-format] Fix breaking of qualified operator
2019-01-30 Ben Hamilton[clang-format] Fix line parsing for noexcept lambdas
2019-01-24 Alex Lorenz[clang-format] square parens with one token are not...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-07 Martin Probstclang-format: [JS] support goog.requireType.
2018-11-22 Krasimir Georgiev[clang-format] Do not treat asm clobber [ as ObjCExpr...
2018-11-20 Krasimir Georgiev[clang-format] JS: don't treat is: as a type matcher
next