summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] do not add existing includes.Eric Liu2016-06-141-1/+7
* 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] Initialize new configuration value.Martin Probst2016-06-131-0/+2
* clang-format: [JS] Indent namespaces in JavaScript/TS by default.Martin Probst2016-06-131-0/+1
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-133-5/+10
* 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: Don't indent lambda body relative to its return type.Daniel Jasper2016-06-131-5/+7
* clang-format: [JS] post-fix non-null assertion operator.Martin Probst2016-06-131-0/+5
* [clang-format] pass Style by reference instead of value.Eric Liu2016-06-111-1/+1
* clang-format: [JS] recognized named functions in AnnotatingParser.Martin Probst2016-06-091-1/+4
* clang-format: [JS] fix a FIXME.Martin Probst2016-06-081-1/+1
* clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst2016-06-081-2/+15
* clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper2016-06-081-3/+6
* clang-format: Fix bug in function ref qualifier identification.Daniel Jasper2016-06-081-4/+1
* [clang-format] make header guard identification stricter (with Lexer).Eric Liu2016-06-061-23/+51
* [clang-format] skip empty lines and comments in the top of the code when inse...Eric Liu2016-06-031-8/+23
* clang-format: [JS] no ASI on `import {x as\n y}`.Martin Probst2016-06-012-6/+6
* clang-format: [JS] Sort imported symbols.Martin Probst2016-06-012-24/+60
* Avoid unused variable warning in release builds.Benjamin Kramer2016-05-311-0/+1
* [clang-format] insert new #includes into correct blocks when cleaning up Repl...Eric Liu2016-05-311-34/+177
* clang-format: Fix segfault introduced by allowing wraps after comments.Daniel Jasper2016-05-291-1/+2
* clang-format: [JS] Support shebang lines on the very first line.Martin Probst2016-05-292-1/+15
* clang-format: [JS] fix async parsing.Martin Probst2016-05-291-4/+9
* clang-format: [JS] FormatToken.startsSequence/endsSequence.Martin Probst2016-05-292-40/+44
* clang-format: Allow splitting the line after /**/-comments.Daniel Jasper2016-05-271-1/+3
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-209-781/+1390
* 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 incorrect indentation in last line of macro definitionDaniel Jasper2016-05-191-0/+2
* clang-format: Fix enumerator case ranges.Daniel Jasper2016-05-191-1/+2
* [clang-format] Make formatReplacements() also sort #includes.Eric Liu2016-05-181-1/+11
* [clang-format] Make FormatTokenLess::operator() const.Eric Liu2016-05-181-1/+1
* Make clang-format cleaner remove redundant commas in list and redundant colon...Eric Liu2016-05-182-4/+52
* clang-format: [JS] simplify logic by parsing forward.Martin Probst2016-05-171-65/+36
* clang-format: [JS] fix template string width counting.Martin Probst2016-05-171-45/+23
* clang-format: [JS] respect clang-format off when requoting strings.Martin Probst2016-05-121-1/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* clang-format: Fix space after argument comments.Daniel Jasper2016-05-081-1/+1
* clang-format: Support enum type template arguments.Daniel Jasper2016-05-081-0/+7
* removed redundant '#'Eric Liu2016-04-281-1/+0
* Addressed reviewer's post-submission comments from http://reviews.llvm.org/D1...Eric Liu2016-04-285-70/+61
* Addressed review's comments.Eric Liu2016-04-282-2/+4
* Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu2016-04-255-258/+665
* clang-format: [JS] generator and async functions.Martin Probst2016-04-244-11/+35
* Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.Eric Liu2016-04-191-4/+13
* reuse mustBeJSIdent for interface detectionMartin Probst2016-04-191-7/+8
OpenPOWER on IntegriCloud