summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-022-8/+96
* [clang-format] Detect constructor initializers preceded by `noexcept`.Daniel Jasper2016-03-011-1/+1
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-011-0/+28
* clang-format: Correctly apply wrap before multi-line RHS rule toDaniel Jasper2016-03-011-1/+1
* clang-format: Increase the penalty for breaking between array subscripts.Daniel Jasper2016-03-011-1/+1
* clang-format: [JS] Support quoted object literal keys.Daniel Jasper2016-03-011-1/+2
* clang-format: Don't format unrelated nested blocks.Daniel Jasper2016-02-291-1/+3
* clang-format: [JS] Add @return to the supported JSDoc pragmas in GoogleDaniel Jasper2016-02-221-1/+1
* clang-format: [JS] treat forwardDeclare as an import/export statement.Daniel Jasper2016-02-221-1/+2
* clang-format: [JS] Support for (.. of ..) loops.Daniel Jasper2016-02-112-1/+3
* clang-format: Make indentation after "<<" more consistent.Daniel Jasper2016-02-111-3/+9
* clang-format: Make it more expensive to break template parameters.Daniel Jasper2016-02-111-1/+1
* clang-format: Fix weird alignment when not aligning after brackets.Daniel Jasper2016-02-081-1/+2
* clang-format: [JS] Don't count shortened object literals as blocks.Daniel Jasper2016-02-071-1/+1
* clang-format: [JS] Support @see annotations in JSDoc comments in GoogleDaniel Jasper2016-02-071-1/+1
* clang-format: Fix corner case in template detection.Daniel Jasper2016-02-052-7/+16
* clang-format: Fix formatting of ternary expressions with comments.Daniel Jasper2016-02-031-4/+8
* clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.Daniel Jasper2016-02-031-1/+2
* clang-format: Make AlignAfterOpenBracket also affect angle brackets.Daniel Jasper2016-02-021-1/+2
* clang-format: Fix incorrect pointer detection in lambdas in constructorDaniel Jasper2016-02-011-2/+2
* clang-format: Add option to disable string literal formatting.Daniel Jasper2016-02-012-2/+7
* clang-format: Fix alignment of trailing multiline columns.Daniel Jasper2016-02-011-10/+14
* clang-format: [JS] Treat "in" as a proper operator.Daniel Jasper2016-02-011-0/+10
* clang-format: [Java] Remove unnecessary line break after complex annotationsDaniel Jasper2016-01-271-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-13/+0
* Fix formatting of fully qualified names in array subscripts.Manuel Klimek2016-01-191-1/+2
* clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.Daniel Jasper2016-01-141-1/+1
* clang-format: [JS] Fix incorrect line break leading to semicolon insertion.Daniel Jasper2016-01-141-0/+2
* clang-format: [ObjC+JS] Allow bin-packing of array literals.Daniel Jasper2016-01-131-1/+5
* clang-format: [JS] Support exporting abstract classes.Daniel Jasper2016-01-121-0/+4
* clang-format: [JS] Teach clang-format about "export interface".Daniel Jasper2016-01-111-1/+2
* [clang-format] Fix comment aligning when there are changes within the commentBenjamin Kramer2016-01-112-15/+31
* clang-format: Fix overloading "operator," definitions more thoroughly.Daniel Jasper2016-01-111-4/+4
* clang-format: Slightly row back on r257257.Daniel Jasper2016-01-111-1/+5
* clang-format: [JS] Improve line-flow when calling functions on array literals.Daniel Jasper2016-01-111-4/+6
* clang-format: Fix the counting of leading whitespace in tok::unknown tokensDaniel Jasper2016-01-091-0/+2
* Make clang::format::reformat work with non 0-terminated strings.Daniel Jasper2016-01-091-2/+3
* clang-format: Improve selective comment formatting.Daniel Jasper2016-01-091-7/+14
* clang-format: Fix incorrect line break in certain configurations.Daniel Jasper2016-01-091-1/+2
* clang-format: Support definitions/declarations of operator,.Daniel Jasper2016-01-092-4/+6
* clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.Daniel Jasper2016-01-092-44/+68
* clang-format: [JS] Prefer wrapping before the TypeScript return typeDaniel Jasper2016-01-081-1/+1
* clang-format: [JS] Add some Closure Compiler JSDoc tags to the defaultDaniel Jasper2016-01-081-0/+1
* clang-format: [JS] Support more ES6 classes.Daniel Jasper2016-01-081-0/+2
* clang-format: Fix corner case in one-per-line formatting.Daniel Jasper2016-01-071-1/+1
* clang-format: Support weird lambda macros.Daniel Jasper2016-01-071-0/+12
* clang-format: [JS] Support more ES6 imports.Daniel Jasper2016-01-071-8/+7
* clang-format: Fix corner case in "if it saves columns"-calculation.Daniel Jasper2016-01-051-1/+1
* clang-format: Handle \n the same way as std::endl with stream operator.Daniel Jasper2016-01-051-2/+4
* clang-format: Avoid creating hanging indents in call sequences.Daniel Jasper2016-01-051-0/+10
OpenPOWER on IntegriCloud