summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Restrict r272537 to function ref qualifiers.Daniel Jasper2016-06-131-1/+2
* clang-format: Fix incorrect function type detection.Daniel Jasper2016-06-131-6/+7
* clang-format: Don't merge const and &, e.g. in function ref qualifiers.Daniel Jasper2016-06-131-1/+1
* clang-format: Fix incorrect cast detection.Daniel Jasper2016-06-131-2/+2
* clang-format: [JS] post-fix non-null assertion operator.Martin Probst2016-06-131-0/+5
* clang-format: [JS] recognized named functions in AnnotatingParser.Martin Probst2016-06-091-1/+4
* clang-format: Fix bug in function ref qualifier identification.Daniel Jasper2016-06-081-4/+1
* clang-format: [JS] Support shebang lines on the very first line.Martin Probst2016-05-291-0/+14
* clang-format: Allow splitting the line after /**/-comments.Daniel Jasper2016-05-271-1/+3
* clang-format: [JS] Treat "for" as a reserved word after a ".".Daniel Jasper2016-05-201-0/+3
* clang-format: [JS] Fix spacing in destructuring assignments.Daniel Jasper2016-05-191-1/+1
* clang-format: Fix enumerator case ranges.Daniel Jasper2016-05-191-1/+2
* Make clang-format cleaner remove redundant commas in list and redundant colon...Eric Liu2016-05-181-4/+4
* clang-format: Fix space after argument comments.Daniel Jasper2016-05-081-1/+1
* clang-format: [JS] generator and async functions.Martin Probst2016-04-241-0/+3
* clang-format: Improve heuristics to detect function declarations/definitions.Daniel Jasper2016-04-181-4/+14
* clang-format: Fix incorrect function annotation detection.Daniel Jasper2016-04-061-1/+2
* clang-format: Fix cast detection on "this".Daniel Jasper2016-04-051-3/+3
* clang-format: [JS] do not wrap ES6 imports/exports.Daniel Jasper2016-03-221-5/+21
* clang-format: [JS] no space in union and intersection types.Daniel Jasper2016-03-211-0/+13
* 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
OpenPOWER on IntegriCloud