Eric Liu
|
a45abc6b0f
Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
|
9 年之前 |
Daniel Jasper
|
7252bd2d57
clang-format: [Java] Remove unnecessary line break after complex annotations
|
9 年之前 |
Daniel Jasper
|
b8e3bce20e
clang-format: [JS] "operator" is not a keyword in Java/JavaScript.
|
9 年之前 |
Nico Weber
|
4e6f624643
clang-format/java: Break after annotations on fields in Chromium style.
|
9 年之前 |
Nico Weber
|
e3e099ed28
Remove accidental superfluous newline added in r247750.
|
10 年之前 |
Nico Weber
|
90992a9c9f
clang-format: In Java, `assert` is followed by an expression.
|
10 年之前 |
Daniel Jasper
|
0acd005aff
clang-format: [Java/JS] Properly support instanceof and its precedence.
|
10 年之前 |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 年之前 |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 年之前 |
Daniel Jasper
|
f8d4459793
clang-format: clang-format (NFC)
|
10 年之前 |
Daniel Jasper
|
9cd8250689
clang-format: Indent relative to the ./-> and not the function name.
|
10 年之前 |
Daniel Jasper
|
d216a8f7c6
clang-format: [Java] Support anonymous classes after = and return.
|
10 年之前 |
Daniel Jasper
|
3e3c5ba7b8
clang-format: [Java] Support try blocks with resources.
|
10 年之前 |
Daniel Jasper
|
56deac07d7
clang-format: [Java] Prefer not to break in parameter annotations.
|
10 年之前 |
Daniel Jasper
|
8851201fa9
clang-format: [Java] Understand "import static".
|
10 年之前 |
Daniel Jasper
|
f836d01631
clang-format: [Java] Don't let annotations confuse return type analysis.
|
10 年之前 |
Daniel Jasper
|
89fc46ad71
clang-format: [Java] Don't line-wrap before annotations' l_parens.
|
10 年之前 |
Daniel Jasper
|
eefc8004c0
clang-format: [Java] Don't get confused by leading annotations.
|
10 年之前 |
Nico Weber
|
dee97ba884
clang-format: [Java] Detect `native` keyword.
|
10 年之前 |
Nico Weber
|
b58b524e26
clang-format: [Java] Support formatting qualified annotations.
|
10 年之前 |
Daniel Jasper
|
79f7453146
clang-format: [Java] Fix incorrect detection of cast.
|
10 年之前 |
Daniel Jasper
|
3684c2d854
clang-format: [Java] Fix incorrect recognition of annonymous classes.
|
10 年之前 |
Daniel Jasper
|
b411de3355
clang-format: Re-enable comment re-indentation for Java/JS.
|
10 年之前 |
Alexander Kornienko
|
fd4ab844b7
Don't break string literals in Java and JavaScript.
|
10 年之前 |
Daniel Jasper
|
5d393210ed
clang-format: Indent correctly in conditional expressions after return.
|
10 年之前 |
Daniel Jasper
|
22997eeae8
clang-format: [Java] Always break after annotations of multiline decls.
|
10 年之前 |
Daniel Jasper
|
54986d9842
clang-format: Fix expression parser not closing stuff at end of stmt.
|
10 年之前 |
Daniel Jasper
|
f6babddc87
clang-format: Add option to suppress operator alignment.
|
10 年之前 |
Daniel Jasper
|
e89a0fd73e
clang-format: Don't use column layout with AlignAfterOpenBrackets.
|
10 年之前 |
Daniel Jasper
|
fa67c1ee87
clang-format: [Java] Don't line-wrap package declarations.
|
10 年之前 |