[PATCH] D35824: [Sema] Implicitly apply the may_alias attribute to std::byte

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 10:11:49 PDT 2017


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





More information about the cfe-commits mailing list