Quuxplusone added inline comments.

================
Comment at: test/CodeGenCXX/std-byte.cpp:7
+enum byte : unsigned char {};
+}
+
----------------
Would it be worth adding an explicit test that `::byte`, `::my::byte`, 
`::my::std::byte` are or are not handled in the same way?


https://reviews.llvm.org/D35824



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to