Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 éve |
Hans Wennborg
|
ed20274f71
Java annotation declaration being handled correctly
|
6 éve |
Nico Weber
|
a42b1d8f64
clang-format: Don't insert spaces in front of :: for Java 8 Method References.
|
6 éve |
Nicola Zaghen
|
ff0626ea3c
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
|
7 éve |
Mark Zeren
|
893efa76e2
[clang-format] In tests, expected code should be format-stable
|
7 éve |
Nico Weber
|
4eae234b30
clang-format: Support formatting Java 8 interface default methods.
|
7 éve |
Nico Weber
|
d80dab7c45
clang-format/java: Unbreak genenrics formatting after r299952.
|
8 éve |
Nico Weber
|
92ed6b0f91
clang-format/java: Always put space after `assert` keyword.
|
8 éve |
Krasimir Georgiev
|
abb10e26dc
[clang-format] Put '/**' and '*/' on own lines in multiline jsdocs
|
8 éve |
Francois Ferrand
|
fcf6e44da0
clang-format: Do not binpack initialization lists
|
8 éve |
Nico Weber
|
09db059444
[clang-format] Recognize Java logical shift assignment operator
|
8 éve |
Daniel Jasper
|
445111c2dc
clang-format: [Java] Fix bug in enum formatting.
|
8 éve |
Eric Liu
|
a45abc6b0f
Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error.
|
9 éve |
Daniel Jasper
|
7252bd2d57
clang-format: [Java] Remove unnecessary line break after complex annotations
|
9 éve |
Daniel Jasper
|
b8e3bce20e
clang-format: [JS] "operator" is not a keyword in Java/JavaScript.
|
9 éve |
Nico Weber
|
4e6f624643
clang-format/java: Break after annotations on fields in Chromium style.
|
9 éve |
Nico Weber
|
e3e099ed28
Remove accidental superfluous newline added in r247750.
|
10 éve |
Nico Weber
|
90992a9c9f
clang-format: In Java, `assert` is followed by an expression.
|
10 éve |
Daniel Jasper
|
0acd005aff
clang-format: [Java/JS] Properly support instanceof and its precedence.
|
10 éve |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 éve |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 éve |
Daniel Jasper
|
f8d4459793
clang-format: clang-format (NFC)
|
10 éve |
Daniel Jasper
|
9cd8250689
clang-format: Indent relative to the ./-> and not the function name.
|
10 éve |
Daniel Jasper
|
d216a8f7c6
clang-format: [Java] Support anonymous classes after = and return.
|
10 éve |
Daniel Jasper
|
3e3c5ba7b8
clang-format: [Java] Support try blocks with resources.
|
10 éve |
Daniel Jasper
|
56deac07d7
clang-format: [Java] Prefer not to break in parameter annotations.
|
10 éve |
Daniel Jasper
|
8851201fa9
clang-format: [Java] Understand "import static".
|
10 éve |
Daniel Jasper
|
f836d01631
clang-format: [Java] Don't let annotations confuse return type analysis.
|
10 éve |
Daniel Jasper
|
89fc46ad71
clang-format: [Java] Don't line-wrap before annotations' l_parens.
|
10 éve |
Daniel Jasper
|
eefc8004c0
clang-format: [Java] Don't get confused by leading annotations.
|
10 éve |