aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/SortJavaScriptImports.cpp
AgeCommit message (Expand)Author
2018-05-15[clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09Add SourceManagerForFile helper which sets up SourceManager and dependencies ...Eric Liu
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-23Format closing braces when reformatting the line containing the opening brace.Manuel Klimek
2017-10-30[clang-format] Format raw string literalsKrasimir Georgiev
2017-09-20clang-format clang-format.Manuel Klimek
2017-08-01clang-format: [JS] support default imports.Martin Probst
2016-12-23Use after move bug fixesPiotr Padlewski
2016-10-14Removed duplicate header includeEric Liu
2016-09-19clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst
2016-09-02clang-format: [JS] merge requoting replacements.Martin Probst
2016-09-02clang-format: [JS] handle default bindings in imports.Martin Probst
2016-09-02clang-format: [JS] Sort all JavaScript imports if any changed.Martin Probst
2016-08-01Implement tooling::Replacements as a class.Eric Liu
2016-07-09clang-format: [JS] Sort imports case insensitive.Martin Probst
2016-07-09clang-format: [JS] support trailing commas in imports.Martin Probst
2016-06-08clang-format: [JS] fix a FIXME.Martin Probst
2016-06-08clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst
2016-06-01clang-format: [JS] no ASI on `import {x as\n y}`.Martin Probst
2016-06-01clang-format: [JS] Sort imported symbols.Martin Probst
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst