]> granicus.if.org Git - clang/history - lib/Format
Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functionProtoT...
[clang] / lib / Format /
2016-01-27 Daniel Jasperclang-format: [Java] Remove unnecessary line break...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-19 Manuel KlimekFix formatting of fully qualified names in array subscr...
2016-01-14 Daniel Jasperclang-format: Fix incorrectly enforced linebreak with...
2016-01-14 Daniel Jasperclang-format: [JS] Fix incorrect line break leading...
2016-01-13 Daniel Jasperclang-format: [ObjC+JS] Allow bin-packing of array...
2016-01-12 Daniel Jasperclang-format: [JS] Support exporting abstract classes.
2016-01-11 Daniel Jasperclang-format: [JS] Teach clang-format about "export...
2016-01-11 Benjamin Kramer[clang-format] Fix comment aligning when there are...
2016-01-11 Daniel Jasperclang-format: Fix overloading "operator," definitions...
2016-01-11 Daniel Jasperclang-format: Slightly row back on r257257.
2016-01-11 Daniel Jasperclang-format: [JS] Improve line-flow when calling funct...
2016-01-09 Daniel Jasperclang-format: Fix the counting of leading whitespace...
2016-01-09 Daniel JasperMake clang::format::reformat work with non 0-terminated...
2016-01-09 Daniel Jasperclang-format: Improve selective comment formatting.
2016-01-09 Daniel Jasperclang-format: Fix incorrect line break in certain confi...
2016-01-09 Daniel Jasperclang-format: Support definitions/declarations of opera...
2016-01-09 Daniel Jasperclang-format: [JS] Support semicolons in TypeScript...
2016-01-08 Daniel Jasperclang-format: [JS] Prefer wrapping before the TypeScrip...
2016-01-08 Daniel Jasperclang-format: [JS] Add some Closure Compiler JSDoc...
2016-01-08 Daniel Jasperclang-format: [JS] Support more ES6 classes.
2016-01-07 Daniel Jasperclang-format: Fix corner case in one-per-line formatting.
2016-01-07 Daniel Jasperclang-format: Support weird lambda macros.
2016-01-07 Daniel Jasperclang-format: [JS] Support more ES6 imports.
2016-01-05 Daniel Jasperclang-format: Fix corner case in "if it saves columns...
2016-01-05 Daniel Jasperclang-format: Handle \n the same way as std::endl with...
2016-01-05 Daniel Jasperclang-format: Avoid creating hanging indents in call...
2016-01-05 Daniel Jasperclang-format: Improve line wrapping behavior in call...
2016-01-04 Daniel Jasperclang-format: [JS] Support more ES6 default exports.
2016-01-04 Daniel Jasperclang-format: [JS] Support ES6 exports of array literals.
2016-01-04 Daniel Jasperclang-format: [JS] Improve empty array literal detection.
2016-01-04 Daniel Jasperclang-format: Fix corner case in builder-type call...
2016-01-04 Daniel Jasperclang-format: Align long braced init lists even if...
2016-01-04 Daniel Jasperclang-format: Fix corner case for lambda assignments.
2016-01-04 Daniel Jasperclang-format: Fix corner-case in ObjC method declaratio...
2016-01-04 Daniel Jasperclang-format: [Proto] Basic support for options with...
2016-01-04 Daniel Jasperclang-format: [Proto] Improve wrapping of message field...
2015-12-30 Daniel Jasperclang-format: Slightly row back on r256343 by increasin...
2015-12-30 Daniel Jasperclang-format: [JS] Support TypeScript 1.6 user defined...
2015-12-29 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as propert...
2015-12-28 Daniel Jasperclang-format: Fix incorrect function type detection.
2015-12-25 Daniel Jasperclang-format: [TableGen] Support ;-less include lines.
2015-12-23 Daniel Jasperclang-format: Lower penalty for breaking between array...
2015-12-23 Daniel Jasperclang-format: Fix incorrect pointer detection.
2015-12-22 Nico WeberDisable include sorting by default for Chromium style.
2015-12-22 Daniel Jasperclang-format: [JS] Support arrays of object-type literals.
2015-12-22 Daniel Jasperclang-format: [JS] Conservatively introduce column...
2015-12-22 Daniel Jasperclang-format: [JS] "operator" is not a keyword in Java...
2015-12-21 Daniel Jasperclang-format: Properly set the BlockKind for more blocks.
2015-12-21 Daniel Jasperclang-format: Only consider the first #include that...
2015-12-21 Daniel Jasperclang-format: [JS] Change Google-style default for...
2015-12-21 Daniel Jasperclang-format: Only try to find the "main" include in...
2015-12-21 Daniel Jasperclang-format: Extend detection of the "main" #include...
2015-12-18 Zachary TurnerSupport AlwaysBreakAfterReturnType
2015-12-16 Daniel Jasperclang-format: Extend header sort category implementation.
2015-12-14 Daniel Jasperclang-format: Fix style default for WebKit and Linux...
2015-12-07 Daniel Jasperclang-format: Make wrapping after "./->" cheaper, even...
2015-12-01 Daniel Jasperclang-format: Make it possible to turn off comment...
2015-12-01 Daniel Jasperclang-format: treat Q_SIGNALS as an access modifier
2015-12-01 Daniel JasperThis fixes https://llvm.org/bugs/show_bug.cgi?id=25329...
2015-11-23 Daniel Jasperclang-format: Re-add code path deleted in r253873 and...
2015-11-23 Daniel Jasperclang-format: Signficantly refactor the cast detection.
2015-11-23 Daniel Jasperclang-format: Fix incorrect cast detection.
2015-11-23 Daniel Jasperclang-format: If the template list of a variable declar...
2015-11-23 Daniel Jasperclang-format: Make moving of the Cursor work properly...
2015-11-21 Daniel Jasperclang-format: Make sorting includes respect // clang...
2015-11-20 Daniel Jasperclang-format: [JS] Make AllowShortFunctionsOnASingle...
2015-11-20 Daniel Jasperclang-format: [JS] Properly add a space after "in"...
2015-11-20 Daniel Jasperclang-format: [JS] struct and union aren't keywords...
2015-11-20 Daniel Jasperclang-format: Don't use incorrect space in macro calls...
2015-11-20 Daniel Jasperclang-format: [Proto] Support extending message.
2015-11-16 Daniel Jasperclang-format: Enable #include sorting by default.
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-11-04 Daniel Jasperclang-format: Turn on wrapping before "else" for WebKit...
2015-11-02 Daniel Jasperclang-format: Simplify and improve stop condition for...
2015-11-01 Daniel Jasperclang-format: Be slightly more cautious when formatting...
2015-10-30 Saleem AbdulrasoolFormat: support inline namespaces
2015-10-29 Daniel Jasperclang-format: [JS] Add goog.setTestOnly to the list...
2015-10-28 Daniel Jasperclang-format: When a line is formatted, also format...
2015-10-27 Daniel Jasperclang-format: Increase cut-off limit for number of...
2015-10-27 Daniel Jasperclang-format: Undo unwanted format change done in r251405.
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-26 Daniel Jasperclang-format: Fix false positive in cast detection.
2015-10-21 Nico Weberclang-format: Teach --sort-includes to interleave ...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-19 Nico Weberclang-format: Extend main header include sorting heuris...
2015-10-18 Daniel Jasperclang-format: [JS] Handle string literals spanning...
2015-10-15 Nico Weberclang-format/java: Break after annotations on fields...
2015-10-12 Daniel Jasperclang-format: Fixed typecast getting put on a separate...
2015-10-12 Daniel Jasperclang-format: [JS] handle character classes in regexes.
2015-10-07 Daniel Jasperclang-format: Fixed missing space between Obj-C for...
2015-10-07 Daniel Jasper[clang-format] Stop alignment sequences on open braces...
2015-10-07 Daniel JasperMake clang-format actually respect custom brace wrappin...
2015-10-07 Daniel Jasperclang-format: Fix false ObjC block detection.
2015-10-07 Daniel Jasperclang-format: Understand array reference types.
2015-10-07 Daniel Jasperclang-format: Fix false positive in pointer/reference...
2015-10-06 Daniel Jasperclang-format: Make IncludeCategories configurable in...
2015-10-06 Benjamin Kramer[VFS] Transition clang-format to use an in-memory FS.
2015-10-04 Saleem AbdulrasoolAdd -f[no-]declspec to control recognition of __declspe...
next