szepet added inline comments.
================
Comment at: test/clang-tidy/misc-enum-misuse.cpp:3
@@ +2,3 @@
+
+enum Empty {
+};
----------------
Could you specify which part of the file seems off? I have run the clang format with the same options on testfiles as on the others.
https://reviews.llvm.org/D22507