summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: [JS] support `interface` as a free standing identifier.Martin Probst2016-04-191-0/+15
* clang-format: [JS] simplify import/export.Martin Probst2016-04-191-9/+9
* clang-format: Improve heuristics to detect function declarations/definitions.Daniel Jasper2016-04-181-4/+14
* Add missing include for StringRef (NFC)Mehdi Amini2016-04-181-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* clang-format: Last line in incomplete block is indented incorrectlyMarianne Mailhot-Sarrasin2016-04-141-0/+3
* clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin2016-04-142-0/+10
* clang-format: Allow include of clangFormat.h in managed contextMarianne Mailhot-Sarrasin2016-04-141-0/+1
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [clang-format] Walk backwards from end() instead of forwards from rend().Benjamin Kramer2016-04-111-1/+1
* clang-format: [JS] do not insert semicolons after wrapped annotations.Martin Probst2016-04-111-0/+7
* clang-format: Fix label-in-if statement in macros where it is actually used.Daniel Jasper2016-04-061-1/+3
* clang-format: Support labels in brace-less ifs.Daniel Jasper2016-04-061-0/+3
* 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
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-11/+1
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-8/+17
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-17/+7
* Revert "removed redundant comment in format::getStyle."Eric Liu2016-03-241-7/+17
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-17/+7
* Revert "removed redundant comment in format::getStyle."Eric Liu2016-03-241-1/+2
* removed redundant comment in format::getStyle.Eric Liu2016-03-241-2/+1
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-7/+17
* Test commit access to clang repo.Eric Liu2016-03-241-0/+1
* clang-format: [JS] do not wrap ES6 imports/exports.Daniel Jasper2016-03-222-5/+23
* clang-format: [JS] no space in union and intersection types.Daniel Jasper2016-03-212-0/+14
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-2/+9
* clang-format: [JS] Make requoting of JavaScript string literals onlyDaniel Jasper2016-03-171-78/+88
OpenPOWER on IntegriCloud