rnk added a comment. This seems like a better solution. I assume you manually tested with MSVC's <atomic>.
================
Comment at: test/SemaCXX/MicrosoftCompatibility.cpp:13
@@ -13,5 +12,3 @@
_Atomic(int) z;
-#else
struct _Atomic {};
----------------
Did you want to add a test for the base specifier case?
http://reviews.llvm.org/D11233
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
