summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-281-4/+5
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-281-45/+59
* clang-format: Split up moveStateToNextToken.Daniel Jasper2014-05-262-120/+163
* clang-format: Keep '{' of dict literals on the same line in Allman styleDaniel Jasper2014-05-261-1/+1
* Use error_code::success() instead of make_error_code(llvm::errc::success).Alexander Kornienko2014-05-221-1/+1
* clang-format: Introduce DisableFormat that prevents formatting.Daniel Jasper2014-05-221-0/+16
* clang-format: Don't use Allman brace breaking for ObjC blocks.Daniel Jasper2014-05-221-1/+2
* clang-format: Fix corner case in AllowShortBlocksOnASingleLine.Daniel Jasper2014-05-221-2/+1
* clang-format: Fix braced list detection.Daniel Jasper2014-05-221-2/+6
* clang-format: Fix incorrect braced init identification.Daniel Jasper2014-05-221-1/+2
* clang-format: Store pointers to seen formatting states.Daniel Jasper2014-05-221-2/+8
* clang-format: [JS] Understand line breaks in concatenated strings.Daniel Jasper2014-05-221-0/+7
* clang-format: Correctly identify multiplications in braces init lists.Daniel Jasper2014-05-222-1/+3
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-222-9/+17
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-211-2/+4
* clang-format: Fix incorrect macro call detection.Daniel Jasper2014-05-211-1/+3
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-213-5/+48
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-201-0/+4
* clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.Daniel Jasper2014-05-191-1/+1
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-191-0/+3
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-191-0/+3
* Fix typosAlp Toker2014-05-151-1/+1
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-141-10/+29
* clang-format: Don't break in the middle of ">>".Daniel Jasper2014-05-131-2/+2
* clang-format: [JS] Basic support for escape sequences in regex literals.Daniel Jasper2014-05-121-1/+21
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* clang-format: Fix bug introduced by r208392.Daniel Jasper2014-05-099-89/+74
* clang-format: [JS] Allow up to 3 empty lines in Google's JS style.Daniel Jasper2014-05-091-1/+1
* clang-format: [JS] Fix spacing in dict literals.Daniel Jasper2014-05-091-3/+6
* [C++11] Use 'nullptr'.Craig Topper2014-05-098-87/+88
* clang-format: Cleanup redundant calculation of ParenLevel.Daniel Jasper2014-05-082-25/+18
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-082-0/+74
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-082-3/+22
* clang-format: Fix binary operator detection before lambdas.Daniel Jasper2014-05-081-1/+1
* clang-format: [JS] Support regex literals after 'return'.Daniel Jasper2014-05-081-5/+5
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-083-7/+44
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-081-0/+1
* clang-format: Be slightly more aggressive on single-line functions.Daniel Jasper2014-05-071-2/+6
* clang-format: Fix corner cases for comments in if conditions.Daniel Jasper2014-05-072-3/+4
* clang-format: Fix bad space before braced initializer.Daniel Jasper2014-05-071-1/+2
* clang-format: [JS] Keep space after closure style comments.Daniel Jasper2014-05-061-2/+2
* clang-format: [JS] Keep space between 'return' and '['.Daniel Jasper2014-05-061-3/+4
* clang-format: [JS] Don't indent in goog.scope blocks.Daniel Jasper2014-05-061-2/+20
* Fixed one issue with castingDinesh Dwivedi2014-05-061-2/+3
* Pulled out cast detection in TokenAnnotator into its own functionDinesh Dwivedi2014-05-061-58/+58
* clang-format: Understand functions with decltype return type.Daniel Jasper2014-05-051-1/+8
* Added some heuristics to identify c style castingDinesh Dwivedi2014-05-051-10/+34
* clang-format: Improve understanding of decltype.Daniel Jasper2014-05-051-1/+2
* Fix bug in clang-format while merging short functionDinesh Dwivedi2014-05-051-4/+5
* clang-format: Fix import statements with ColumnLimit: 0Daniel Jasper2014-05-051-1/+1
OpenPOWER on IntegriCloud