]> granicus.if.org Git - clang/history - lib/Format
[driver][mips] Remove redundant curly brackets. NFC
[clang] / lib / Format /
2017-07-05 Krasimir Georgiev[clang-format] Fix an uninitialized memory access
2017-07-04 Martin Probstclang-format: [JS] space between pseudo keywords and...
2017-07-03 Martin ProbstRevert "clang-format: [JS] space between pseudo keyword...
2017-07-03 Krasimir Georgiev[clang-format] Support text proto messages
2017-07-03 Martin Probstclang-format: [JS] space between pseudo keywords and...
2017-06-30 Richard SmithFix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_...
2017-06-30 Francois Ferrandclang-format: add options to merge empty record body
2017-06-30 Francois Ferrandclang-format: Do not binpack initialization lists
2017-06-29 Chandler Carruth[clang-format] Switch to case-insensitive header matchi...
2017-06-29 Krasimir Georgiev[clang-format] Fix parsing of msg{field}-style proto...
2017-06-27 Krasimir Georgiev[clang-format] Fix a clang-tidy warning, NFC
2017-06-27 Krasimir Georgiev[clang-format] Fix a buildbot failure after r306406
2017-06-27 Krasimir Georgiev[clang-format] Support <>-style proto message fields
2017-06-23 Krasimir Georgiev[clang-format] Add a SortUsingDeclaration option and...
2017-06-21 Francois Ferrandclang-format: introduce InlineOnly short function style
2017-06-21 Krasimir Georgiev[clang-format] Support sorting using declarations
2017-06-19 Francois Ferrandclang-format: Fix C99 designated initializers corner...
2017-06-19 Daniel Jasperclang-format: Improve understanding of combined typedef...
2017-06-19 Daniel Jasperclang-format: Handle "if constexpr".
2017-06-14 Francois Ferrandclang-format: Add CompactNamespaces option
2017-06-13 Krasimir Georgiev[clang-format] Document the StartOfTokenColumn paramete...
2017-06-13 Francois Ferrandclang-format: add option to merge empty function body
2017-06-07 Krasimir Georgiev[clang-format] Fix alignment of preprocessor trailing...
2017-06-07 Martin Probstclang-format: [JS] recognize exported type definitions.
2017-06-06 Martin Probstclang-format: [JS] Correctly Indent Nested JavaScript...
2017-06-04 Krasimir Georgiev[clang-format] Don't align too long broken trailing...
2017-05-31 Martin Probstclang-format: [JS] improve calculateBraceType heuristic
2017-05-29 Martin Probstclang-format: [JS] do not clean up duplicated commas.
2017-05-29 Martin Probstclang-format: [JS] fix indenting bound functions.
2017-05-24 Francois Ferrandclang-format: Introduce BreakConstructorInitializers...
2017-05-22 Martin Probstclang-format: [JS] avoid line breaks before unindented...
2017-05-22 Francois Ferrandclang-format: do not reflow bullet lists
2017-05-22 Krasimir Georgiev[clang-format] Keep trailing preprocessor line comments...
2017-05-22 Francois Ferrandclang-format: Allow customizing the penalty for breakin...
2017-05-21 Craig Topper[Format] Add curly braces to suppress a -Wmisleading...
2017-05-19 Krasimir Georgiev[clang-format] Handle trailing comment sections in...
2017-05-18 Martin Probstclang-format: [JS] for await, and fix a crash with...
2017-05-18 Krasimir Georgiev[clang-format] Fix MatchingOpeningBlockLineIndex comput...
2017-05-18 Krasimir Georgiev[clang-format] Make NoLineBreakFormatter respect MustBr...
2017-05-18 Krasimir Georgievclang-format: fix prefix for doxygen comments after...
2017-05-15 Martin Probstclang-format: [JS] for async loops.
2017-05-15 Martin ProbstJavaScript allows parameter lists to include trailing...
2017-05-15 Martin Probstclang-format: [JS] fix non-null assertion operator...
2017-05-12 Martin Probstclang-format: [JS] support non-null assertions after...
2017-05-10 Martin Probstclang-format: refine calculating brace types.
2017-05-09 Martin Probstclang-format: [JS] Don't indent JavaScript IIFEs.
2017-05-09 Martin Probstclang-format: [JS] keep triple slash directives intact.
2017-05-08 Daniel Jasper[clang-format] Convert AlignEscapedNewlinesLeft to...
2017-05-08 Daniel Jasper[clang-format] Don’t propagate AvoidBinPacking into...
2017-05-04 Martin Probstclang-format: [JS] exponentiation operator
2017-04-27 Martin Probstclang-format: [JS] parse async function declarations.
2017-04-26 Martin Probstclang-format: [JS/Java] ignore Objective-C constructs...
2017-04-26 Martin Probstformatting
2017-04-26 Martin Probstclang-format: [JS] prevent wraps before class members.
2017-04-24 Daniel Jasperclang-format: Fix bad corner case in formatting of...
2017-04-21 Krasimir Georgiev[clang-format] Replace IncompleteFormat by a struct...
2017-04-19 Daniel Jasperclang-format: Properly match parens of macro parameter...
2017-04-17 Richard SmithFix mishandling of escaped newlines followed by newline...
2017-04-11 Nico Weber[clang-format] Recognize Java logical shift assignment...
2017-04-11 Alexander Kornienko[clang-format] Handle NSString literals by merging...
2017-04-05 Nico Weberclang-format: Support formatting utf-8 character litera...
2017-04-05 Martin Probstclang-format: [JS] fix whitespace around "of" operator.
2017-04-04 Matthias Gehre[clang-format] fix crash in NamespaceEndCommentsFixer...
2017-03-31 Daniel Jasperclang-format: Fix post-commit review comment of r299204...
2017-03-31 Daniel Jasperclang-format: [JavaScript] Ignore QT keywords.
2017-03-23 Nikola SmiljanicFix issues in clang-format's AlignConsecutive modes.
2017-03-16 Martin Probst[clang-format] disable adding extra space after MSVC...
2017-03-16 Daniel Jasperclang-format: Fix bug in wrapping behavior of operators.
2017-03-14 Daniel Jasperclang-format: Make it very slighly more expensive to...
2017-03-13 Martin Probstclang-format: [JS] do not wrap @see tags.
2017-03-13 Martin Probstclang-format: [JS] allow breaking after non-null assert...
2017-03-13 Martin Probstclang-format: [JS] do not wrap after interface and...
2017-03-10 Andi-Bogdan Postelnicu[clang-format] Add option to break before inheritance...
2017-03-10 Krasimir Georgiev[clang-format] Use a reference in loop variable; NFC
2017-03-08 Krasimir Georgiev[clang-format] Look at NoLineBreak and NoLineBreakInOpe...
2017-03-08 Daniel Jasperclang-format: Get slightly better at understanding...
2017-03-08 Krasimir Georgiev[clang-format] Fixed a typo in Format.cpp and a clang...
2017-03-08 Krasimir Georgiev[clang-format] Fix parameter name comment; NFC
2017-03-08 Krasimir Georgiev[clang-format] Reformat BreakableToken.h; NFC
2017-03-08 Krasimir Georgiev[clang-format] Enable comment reflowing in multiline...
2017-03-07 Andi-Bogdan Postelnicu[clang-format] Fixed indent issue when adding a comment...
2017-03-07 Krasimir Georgiev[clang-format] Support namespaces ending in semicolon
2017-03-06 Krasimir Georgiev[clang-format] Make NamespaceEndCommentFixer add at...
2017-03-02 Nico WeberDon't write to LLVMStyle.JavaScriptQuotes twice. No...
2017-03-02 Krasimir Georgiev[clang-format] Use number of unwrapped lines for short...
2017-03-01 Daniel Jasperclang-format: [JS] Properly format object literals...
2017-03-01 Daniel Jasperclang-format: [JS/TS] Properly understand cast expressions.
2017-03-01 Krasimir Georgiev[clang-format] Don't add namespace end comments for...
2017-03-01 Krasimir Georgiev[clang-format] Add a new flag FixNamespaceComments...
2017-03-01 Daniel JasperFix r296605 so that stuff in #ifndef SWIG blocks is...
2017-03-01 Daniel Jasperclang-format: Ignore contents of #ifdef SWIG .. #endif...
2017-02-28 Daniel Jasperclang-format: [Java] Fix bug in enum formatting.
2017-02-28 Martin ProbstBlacklist arbitrary @\\w+ JSDoc tags from wrapping.
2017-02-27 Krasimir Georgiev[clang-format] Add a NamespaceEndCommentsFixer
2017-02-27 Martin Probstclang-format: [JS] whitespace after async in arrow...
2017-02-24 Nico Weberclang-format: Enable include sorting for style=Chromium
2017-02-24 Nico Weberclang-format: Fix many Objective-C formatting regressio...
2017-02-21 Krasimir Georgiev[clang-format] Remove unused member variables from...
2017-02-20 Daniel Jasperclang-format: [JS] Improve line-wrapping behavior of...
2017-02-20 Daniel Jasperclang-format: Prevent weird line-wraps in complex lambd...
next