summaryrefslogtreecommitdiff
path: root/lib/Format
Commit message (Expand)AuthorAge
* clang-format: Understand that breaking before lambdas is fine.Daniel Jasper2014-06-24
* clang-format: [proto] Add required space before absolute references.Daniel Jasper2014-06-23
* clang-format: Fix corner case in pointer/reference detection.Daniel Jasper2014-06-23
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-17
* clang-format: [JS] Understand named function literals.Daniel Jasper2014-06-13
* Permit -Wswitch coverage for enumerations.Saleem Abdulrasool2014-06-12
* Basic: fix warnings from GCCSaleem Abdulrasool2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Fix typo.Rafael Espindola2014-06-12
* Give clang-format its own error category.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* clang-format: Fix pointer/reference detection after decltype.Daniel Jasper2014-06-11
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-10
* clang-format: Increase penalty for wrapping array subscript expressionsDaniel Jasper2014-06-10
* clang-format: Fix enum formatting with specific comment.Daniel Jasper2014-06-10
* clang-format: Support variadic lambda captures.Daniel Jasper2014-06-10
* clang-format: Handle multiline strings inside ternary expressions.Daniel Jasper2014-06-10
* [C++11] Use 'nullptr'.Craig Topper2014-06-09
* clang-format: Fix incorrect indentation.Daniel Jasper2014-06-06
* clang-format: Leave empty lines within UnwrappedLines.Daniel Jasper2014-06-04
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-03
* clang-format: Fix special case of binary operator detection.Daniel Jasper2014-06-02
* clang-format: No space between ")" and braced init list.Daniel Jasper2014-06-02
* clang-format: Fix Allman brace breaking of enums.Daniel Jasper2014-06-02
* clang-format: Fix trailing const (etc.) with Allman brace style.Daniel Jasper2014-06-02
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-28
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-28
* clang-format: Split up moveStateToNextToken.Daniel Jasper2014-05-26
* clang-format: Keep '{' of dict literals on the same line in Allman styleDaniel Jasper2014-05-26
* Use error_code::success() instead of make_error_code(llvm::errc::success).Alexander Kornienko2014-05-22
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-22
* clang-format: Don't use Allman brace breaking for ObjC blocks.Daniel Jasper2014-05-22
* clang-format: Fix corner case in AllowShortBlocksOnASingleLine.Daniel Jasper2014-05-22
* clang-format: Fix braced list detection.Daniel Jasper2014-05-22
* clang-format: Fix incorrect braced init identification.Daniel Jasper2014-05-22
* clang-format: Store pointers to seen formatting states.Daniel Jasper2014-05-22
* clang-format: [JS] Understand line breaks in concatenated strings.Daniel Jasper2014-05-22
* clang-format: Correctly identify multiplications in braces init lists.Daniel Jasper2014-05-22
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-22
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-21
* clang-format: Fix incorrect macro call detection.Daniel Jasper2014-05-21
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-21
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-20
* clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.Daniel Jasper2014-05-19
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-19
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-19
* Fix typosAlp Toker2014-05-15
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-14
* clang-format: Don't break in the middle of ">>".Daniel Jasper2014-05-13