dblaikie added inline comments.

================
Comment at: clang/test/SemaCXX/class-layout.cpp:18
 // expected-no-diagnostics
 
+#if !defined(__MVS__) && !defined(_AIX)
----------------
What's the reason this part is #ifdef'd out? Does it contain code that's 
unsupported on these platforms?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142358/new/

https://reviews.llvm.org/D142358

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

Reply via email to