================
@@ -0,0 +1,116 @@
+// RUN: %check_clang_tidy -std=c++17 %s 
bugprone-invalid-enum-default-initialization %t
+
----------------
PiotrZSL wrote:

Add test with enum forward declaration only, and with enum without enumerators.
For those there should be no requirement in initialization.

https://github.com/llvm/llvm-project/pull/136823
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to