summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-2/+14
* clang-format: [TypeScript] Fix bug in handling of non-null operator.Daniel Jasper2016-11-091-1/+7
* clang-format: Better support for CUDA's triple brackets.Daniel Jasper2016-11-051-0/+2
* clang-format: Fix bug in function reference qualifier detection.Daniel Jasper2016-11-011-1/+1
* clang-format: Fix incorrect pointer detection.Daniel Jasper2016-11-011-2/+3
* clang-format: [JS] Fix incorrect space when "as" is used as identifier.Daniel Jasper2016-11-011-1/+1
* clang-format: Fix incorrect binary operator detection.Daniel Jasper2016-11-011-1/+1
* clang-format: [JS] Fix formatting of generator functions.Daniel Jasper2016-11-011-1/+2
* clang-format: [JS] Fix space when for is used as regular identifier.Daniel Jasper2016-11-011-0/+3
* Skip over AnnotatedLines with >50 levels of nesting; don't format them.Daniel Jasper2016-10-311-0/+15
* clang-format: [JS] Fix missing space after 'yield'.Daniel Jasper2016-10-311-0/+3
* [Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons2016-10-201-1/+2
* clang-format: Fix bad multi-variable for-loop formatting.Daniel Jasper2016-10-041-1/+3
* [clang-format] Don't allow newline after uppercase Obj-C block return typesDaniel Jasper2016-09-261-6/+11
* clang-format: Only special-case top-level */& in multivar-declstmts.Daniel Jasper2016-09-261-1/+1
* clang-format: [JS] reserved words in method names.Martin Probst2016-09-221-0/+4
* clang-format: [JS] whitespace required between ! and as.Martin Probst2016-09-061-0/+2
* clang-format: [JS] ignore comments when wrapping returns.Martin Probst2016-09-061-1/+6
* clang-format: [JS] nested and tagged template strings.Martin Probst2016-08-251-1/+9
* clang-format: [JS] supports casts to types starting with punctuation ("{[(").Martin Probst2016-08-221-0/+3
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-2/+3
* clang-format: [JS] Allow top-level conditionals again.Daniel Jasper2016-07-121-1/+1
* clang-format: [JS] Fix build breakage.Martin Probst2016-06-241-1/+1
* clang-format: [JS] handle conditionals in fields, default params.Martin Probst2016-06-231-2/+2
* clang-format: [JS] recognize more type locations.Martin Probst2016-06-231-0/+11
* clang-format: [Proto] Use more compact format for text-formatted optionsDaniel Jasper2016-06-231-3/+0
* clang-format: [JS] Do not break before 'as'.Martin Probst2016-06-221-0/+2
* clang-format: [JS] Fix failing format with TypeScript casts.Daniel Jasper2016-06-141-3/+3
* clang-format: [JS] Support annotated classes.Daniel Jasper2016-06-141-1/+2
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-131-3/+4
* 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
OpenPOWER on IntegriCloud