summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: [JS] Fix incorrect spacing around contextual keywords.Daniel Jasper2016-03-171-2/+5
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-021-3/+3
* [clang-format] Detect constructor initializers preceded by `noexcept`.Daniel 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: [JS] treat forwardDeclare as an import/export statement.Daniel Jasper2016-02-221-1/+2
* clang-format: [JS] Support for (.. of ..) loops.Daniel Jasper2016-02-111-1/+1
* clang-format: Make it more expensive to break template parameters.Daniel Jasper2016-02-111-1/+1
* clang-format: [JS] Don't count shortened object literals as blocks.Daniel Jasper2016-02-071-1/+1
* clang-format: Fix corner case in template detection.Daniel Jasper2016-02-051-6/+15
* clang-format: Fix incorrect pointer detection in lambdas in constructorDaniel Jasper2016-02-011-2/+2
* clang-format: [JS] Treat "in" as a proper operator.Daniel Jasper2016-02-011-0/+10
* Fix formatting of fully qualified names in array subscripts.Manuel Klimek2016-01-191-1/+2
* clang-format: [JS] Fix incorrect line break leading to semicolon insertion.Daniel Jasper2016-01-141-0/+2
* clang-format: Fix overloading "operator," definitions more thoroughly.Daniel Jasper2016-01-111-4/+4
* clang-format: Support definitions/declarations of operator,.Daniel Jasper2016-01-091-3/+4
* clang-format: [JS] Prefer wrapping before the TypeScript return typeDaniel Jasper2016-01-081-1/+1
* clang-format: Support weird lambda macros.Daniel Jasper2016-01-071-0/+12
* clang-format: Improve line wrapping behavior in call sequences.Daniel Jasper2016-01-051-3/+13
* clang-format: [JS] Support more ES6 default exports.Daniel Jasper2016-01-041-2/+3
* clang-format: [JS] Support ES6 exports of array literals.Daniel Jasper2016-01-041-1/+5
* clang-format: [JS] Improve empty array literal detection.Daniel Jasper2016-01-041-3/+3
* clang-format: Fix corner case in builder-type call formatting.Daniel Jasper2016-01-041-1/+1
* clang-format: Fix corner case for lambda assignments.Daniel Jasper2016-01-041-1/+1
* clang-format: Fix corner-case in ObjC method declaration formattingDaniel Jasper2016-01-041-2/+1
* clang-format: [Proto] Basic support for options with <> for repeated fields.Daniel Jasper2016-01-041-3/+4
* clang-format: [Proto] Improve wrapping of message field attributes.Daniel Jasper2016-01-041-4/+5
* clang-format: Slightly row back on r256343 by increasing penalty forDaniel Jasper2015-12-301-1/+3
* clang-format: [JS] Support TypeScript 1.6 user defined type guards.Daniel Jasper2015-12-301-0/+4
* clang-format: Fix incorrect function type detection.Daniel Jasper2015-12-281-15/+8
* clang-format: Lower penalty for breaking between array subscripts.Daniel Jasper2015-12-231-1/+1
* clang-format: Fix incorrect pointer detection.Daniel Jasper2015-12-231-1/+1
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-181-9/+26
* clang-format: Make wrapping after "./->" cheaper, even if the elementDaniel Jasper2015-12-071-4/+14
* clang-format: Re-add code path deleted in r253873 and add missing test.Daniel Jasper2015-11-231-0/+9
* clang-format: Signficantly refactor the cast detection.Daniel Jasper2015-11-231-49/+60
* clang-format: Fix incorrect cast detection.Daniel Jasper2015-11-231-17/+15
* clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"Daniel Jasper2015-11-201-0/+1
* clang-format: [JS] Properly add a space after "in" in for loops.Daniel Jasper2015-11-201-1/+2
* clang-format: Don't use incorrect space in macro calls with operators.Daniel Jasper2015-11-201-1/+2
* clang-format: [Proto] Support extending message.Daniel Jasper2015-11-201-1/+1
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+1
* clang-format: [JS] Add goog.setTestOnly to the list of stuff thatDaniel Jasper2015-10-291-3/+4
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-271-7/+4
* clang-format: Fix false positive in cast detection.Daniel Jasper2015-10-261-1/+2
* clang-format/java: Break after annotations on fields in Chromium style.Nico Weber2015-10-151-1/+1
* clang-format: Fixed typecast getting put on a separate line from theDaniel Jasper2015-10-121-1/+3
* clang-format: Fixed missing space between Obj-C for/in and a typecast.Daniel Jasper2015-10-071-1/+2
* clang-format: Understand array reference types.Daniel Jasper2015-10-071-1/+1
* clang-format: Fix false positive in pointer/reference detection.Daniel Jasper2015-10-071-1/+3
OpenPOWER on IntegriCloud