[PATCH] D22507: Clang-tidy - Enum misuse check

Peter Szecsi via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 08:48:02 PDT 2016


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





More information about the cfe-commits mailing list