summaryrefslogtreecommitdiff
path: root/lib/Format/SortJavaScriptImports.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-4/+4
* Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu2018-05-091-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Format closing braces when reformatting the line containing the opening brace.Manuel Klimek2018-04-231-2/+1
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-5/+5
* clang-format clang-format.Manuel Klimek2017-09-201-1/+1
* clang-format: [JS] support default imports.Martin Probst2017-08-011-2/+2
* Use after move bug fixesPiotr Padlewski2016-12-231-2/+3
* Removed duplicate header includeEric Liu2016-10-141-2/+1
* clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst2016-09-191-3/+8
* clang-format: [JS] merge requoting replacements.Martin Probst2016-09-021-3/+1
* clang-format: [JS] handle default bindings in imports.Martin Probst2016-09-021-8/+15
* clang-format: [JS] Sort all JavaScript imports if any changed.Martin Probst2016-09-021-7/+5
* Implement tooling::Replacements as a class.Eric Liu2016-08-011-2/+8
* clang-format: [JS] Sort imports case insensitive.Martin Probst2016-07-091-3/+3
* clang-format: [JS] support trailing commas in imports.Martin Probst2016-07-091-0/+2
* 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: [JS] no ASI on `import {x as\n y}`.Martin Probst2016-06-011-1/+1
* clang-format: [JS] Sort imported symbols.Martin Probst2016-06-011-16/+58
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+385