summaryrefslogtreecommitdiff
path: root/unittests/Format/FormatTestJava.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Java annotation declaration being handled correctlyHans Wennborg2018-10-191-0/+9
* clang-format: Don't insert spaces in front of :: for Java 8 Method References.Nico Weber2018-10-051-0/+16
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] In tests, expected code should be format-stableMark Zeren2018-04-041-0/+1
* clang-format: Support formatting Java 8 interface default methods.Nico Weber2018-01-231-0/+1
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-271-0/+5
* clang-format/java: Always put space after `assert` keyword.Nico Weber2017-09-251-0/+1
* [clang-format] Put '/**' and '*/' on own lines in multiline jsdocsKrasimir Georgiev2017-07-201-0/+9
* clang-format: Do not binpack initialization listsFrancois Ferrand2017-06-301-1/+4
* [clang-format] Recognize Java logical shift assignment operator Nico Weber2017-04-111-0/+12
* clang-format: [Java] Fix bug in enum formatting.Daniel Jasper2017-02-281-0/+7
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-4/+4
* clang-format: [Java] Remove unnecessary line break after complex annotationsDaniel Jasper2016-01-271-0/+3
* clang-format: [JS] "operator" is not a keyword in Java/JavaScript.Daniel Jasper2015-12-221-0/+1
* clang-format/java: Break after annotations on fields in Chromium style.Nico Weber2015-10-151-0/+4
* Remove accidental superfluous newline added in r247750.Nico Weber2015-09-151-1/+0
* clang-format: In Java, `assert` is followed by an expression.Nico Weber2015-09-151-0/+5
* clang-format: [Java/JS] Properly support instanceof and its precedence.Daniel Jasper2015-07-031-0/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* clang-format: clang-format (NFC)Daniel Jasper2015-06-171-3/+3
* clang-format: Indent relative to the ./-> and not the function name.Daniel Jasper2015-04-071-1/+1
* clang-format: [Java] Support anonymous classes after = and return.Daniel Jasper2015-03-121-0/+13
* clang-format: [Java] Support try blocks with resources.Daniel Jasper2015-01-141-0/+11
* clang-format: [Java] Prefer not to break in parameter annotations.Daniel Jasper2015-01-141-0/+6
* clang-format: [Java] Understand "import static".Daniel Jasper2015-01-141-0/+2
* clang-format: [Java] Don't let annotations confuse return type analysis.Daniel Jasper2015-01-141-0/+4
* clang-format: [Java] Don't line-wrap before annotations' l_parens.Daniel Jasper2015-01-141-0/+4
* clang-format: [Java] Don't get confused by leading annotations.Daniel Jasper2015-01-141-0/+3
* clang-format: [Java] Detect `native` keyword.Nico Weber2015-01-131-0/+1
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-091-0/+10
* clang-format: [Java] Fix incorrect detection of cast.Daniel Jasper2015-01-051-0/+4
* clang-format: [Java] Fix incorrect recognition of annonymous classes.Daniel Jasper2015-01-041-0/+5
* clang-format: Re-enable comment re-indentation for Java/JS.Daniel Jasper2015-01-041-0/+13
* Don't break string literals in Java and JavaScript.Alexander Kornienko2014-12-121-0/+7
* clang-format: Indent correctly in conditional expressions after return.Daniel Jasper2014-12-081-0/+5
* clang-format: [Java] Always break after annotations of multiline decls.Daniel Jasper2014-12-081-0/+4
* clang-format: Fix expression parser not closing stuff at end of stmt.Daniel Jasper2014-12-031-0/+5
* clang-format: Add option to suppress operator alignment.Daniel Jasper2014-12-021-1/+1
* clang-format: Don't use column layout with AlignAfterOpenBrackets.Daniel Jasper2014-11-271-0/+7
* clang-format: [Java] Don't line-wrap package declarations.Daniel Jasper2014-11-261-0/+5
* clang-format: Tweak -style=Chromium for Java files.Nico Weber2014-11-261-0/+15
* clang-format: [Java] Improve formatting of throws declarations.Daniel Jasper2014-11-261-0/+2
* clang-format: [Java] Improve cast detection.Daniel Jasper2014-11-261-0/+4
* clang-format: [Java] Fix breaking after annotations.Daniel Jasper2014-11-261-0/+3
* clang-format: Add SFS_Empty to only empty functions on a single line.Daniel Jasper2014-11-261-35/+23
* clang-format: [Java] Support Foo.class;Daniel Jasper2014-11-261-0/+5
* clang-format: Refactoring.Daniel Jasper2014-11-251-0/+11
* Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 do...Aaron Ballman2014-11-241-11/+0