http://bugs.llvm.org/show_bug.cgi?id=32656
Bug ID: 32656
Summary: [java] newline is added before ; after enum /
interface declarations
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Formatter
Assignee: unassignedclangb...@nondot.org
Reporter: jensfische...@gmail.com
CC: djas...@google.com, kli...@google.com,
llvm-bugs@lists.llvm.org
This:
enum Foo {};
gets reformatted to:
enum Foo {}
;
The same thing happens with interfaces. It's not an issue with classes, so I
assume that there's already a special case for that.
clang-format version: 5.0.0 (1cd6beccb6bb876db3bbfa763e8979)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs