Reid Kleckner
|
3582f4370e
Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it
|
8 年之前 |
Eric Liu
|
57de589877
Make DeletedLines local variables in checkEmptyNamespace.
|
9 年之前 |
Eric Liu
|
cd5b63876f
[clang-format] append newline after code when inserting new headers at the end of the code which does not end with newline.
|
9 年之前 |
Eric Liu
|
04f6547d75
[clang-format] support header deletion in cleanupAroundReplacemnts.
|
9 年之前 |
Martin Probst
|
6d355ff232
clang-format: [JS] do not wrapp @returns tags.
|
9 年之前 |
Martin Probst
|
9022240727
clang-format: [JS] Do not wrap taze annotation comments.
|
9 年之前 |
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 年之前 |