| commit | f1f0c356323dba29905c202b29d8d73c38753437 | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Oct 21 09:25:39 2014 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Oct 21 09:25:39 2014 +0000 |
| tree | 7436156273437230ea23f980a1e1a78edaab46db | |
| parent | 38e6d45a463ab5bcc0cab1df88e7e6886512c206 [diff] |
clang-format: [Java] Support annotations with parameters.
Before:
@SuppressWarnings
(value = "unchecked") public void doSomething() { .. }
After:
@SuppressWarnings(value = "unchecked")
public void doSomething() { .. }
llvm-svn: 220279