mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
clang-format: [JS] "operator" is not a keyword in Java/JavaScript.
llvm-svn: 256245
This commit is contained in:
@@ -426,6 +426,7 @@ TEST_F(FormatTestJava, CppKeywords) {
|
||||
verifyFormat("public void union(Type a, Type b);");
|
||||
verifyFormat("public void struct(Object o);");
|
||||
verifyFormat("public void delete(Object o);");
|
||||
verifyFormat("return operator && (aa);");
|
||||
}
|
||||
|
||||
TEST_F(FormatTestJava, NeverAlignAfterReturn) {
|
||||
|
||||
Reference in New Issue
Block a user