summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/SortImportsTestJS.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-format: [JS] support default imports.Martin Probst2017-08-011-0/+8
* clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst2017-07-181-0/+17
* clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst2016-09-191-0/+10
* clang-format: [JS] handle default bindings in imports.Martin Probst2016-09-021-0/+20
* clang-format: [JS] Sort all JavaScript imports if any changed.Martin Probst2016-09-021-18/+7
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-3/+6
* clang-format: [JS] Sort imports case insensitive.Martin Probst2016-07-091-0/+21
* clang-format: [JS] support trailing commas in imports.Martin Probst2016-07-091-0/+4
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-131-4/+4
* clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst2016-06-081-0/+13
* clang-format: [JS] Sort imported symbols.Martin Probst2016-06-011-0/+27
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+201
OpenPOWER on IntegriCloud