================
@@ -111,3 +119,34 @@ namespace cwg1070 { // cwg1070: 3.5
   C c = {};
 #endif
 } // namespace cwg1070
+
+#if __cplusplus >= 201103L
+namespace cwg1094 { // cwg1094: 24
+enum class E : bool { Zero, One };
----------------
Endilll wrote:

> We do have the similar set with `enum class G : unsigned char` below

I'm not seeing this anywhere in your changes nor in the `cwg10xx.cpp`. Am I 
missing something?

> Agreed and fixed in PR - let me know if you prefer it to be done in a 
> separate PR, thanks!

I intended that to be fixed in this PR. Thank you for doing exactly that.

https://github.com/llvm/llvm-project/pull/211172
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to