Eric Liu
|
0a23fccbe3
Remove redundant comma around parenthesis in parameter list.
|
9 年之前 |
Eric Liu
|
09a0c48856
Also cleanup comments around redundant colons/commas in format::cleanup.
|
9 年之前 |
Daniel Jasper
|
8ecd150df6
clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLine
|
9 年之前 |
Daniel Jasper
|
1f3b581691
clang-format: [JavaScript] Do requoting in a separate pass
|
9 年之前 |
Martin Probst
|
9348abc049
clang-format: [JS] merge requoting replacements.
|
9 年之前 |
Daniel Jasper
|
348fdb547a
clang-format: Set default WebKit style to use C++11.
|
9 年之前 |
Daniel Jasper
|
e12937859f
clang-format: Correctly calculate affected ranges when sorting #includes.
|
9 年之前 |
Eric Liu
|
832dfc2ae9
Make clang-format remove duplicate headers when sorting #includes.
|
9 年之前 |
Sylvestre Ledru
|
ecf27f00be
clang-format: Add SpaceAfterTemplate
|
9 年之前 |
Eric Liu
|
85c0fa18d9
Implement tooling::Replacements as a class.
|
9 年之前 |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 年之前 |
Eric Liu
|
a45abc6b0f
Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
|
9 年之前 |
Daniel Jasper
|
87f4614b43
clang-format: [JS] Add a Closure Compiler JSDoc tags to the default
|
9 年之前 |
Eric Liu
|
c736d7a85f
[clang-format] do not add existing includes.
|
9 年之前 |
Martin Probst
|
facdebd987
clang-format: [JS] Initialize new configuration value.
|
9 年之前 |
Martin Probst
|
aa6f4a7a3e
clang-format: [JS] Indent namespaces in JavaScript/TS by default.
|
9 年之前 |
Martin Probst
|
f8678510f3
clang-format: [JS] Introduce JavaScriptWrapImports option.
|
9 年之前 |
Eric Liu
|
6be67f651a
[clang-format] pass Style by reference instead of value.
|
9 年之前 |
Eric Liu
|
e74555119f
[clang-format] make header guard identification stricter (with Lexer).
|
9 年之前 |
Eric Liu
|
72e3b3b2a8
[clang-format] skip empty lines and comments in the top of the code when inserting new headers.
|
9 年之前 |
Martin Probst
|
cd76190272
clang-format: [JS] Sort imported symbols.
|
9 年之前 |
Benjamin Kramer
|
c5c7090ba1
Avoid unused variable warning in release builds.
|
9 年之前 |
Eric Liu
|
9ee9835de5
[clang-format] insert new #includes into correct blocks when cleaning up Replacement with cleanupAroundReplacements().
|
9 年之前 |
Martin Probst
|
3e258a6c0f
clang-format: [JS] sort ES6 imports.
|
9 年之前 |
Eric Liu
|
9635a67e3c
[clang-format] Make formatReplacements() also sort #includes.
|
9 年之前 |
Eric Liu
|
6cde4f1042
[clang-format] Make FormatTokenLess::operator() const.
|
9 年之前 |
Eric Liu
|
2c1064232f
Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer.
|
9 年之前 |
Martin Probst
|
3d656bfed4
clang-format: [JS] simplify logic by parsing forward.
|
9 年之前 |
Martin Probst
|
06f267e233
clang-format: [JS] fix template string width counting.
|
9 年之前 |
Martin Probst
|
fd7431291b
clang-format: [JS] respect clang-format off when requoting strings.
|
9 年之前 |