Files
llvm-project/clang/unittests/Format/FormatTestJava.cpp
Nico Weber 4f11349028 clang-format: In Java, assert is followed by an expression.
Before: assert a&& b;
Now:    assert a && b;
llvm-svn: 247750
2015-09-15 23:48:17 +00:00

18 KiB