shafik added a comment.

I realize it is not directly related but I don't see it in the test suite 
(maybe I missed it) but also delegating constructors, default member 
initializaers Vs mem-init list (mem-init list has priority) and mem-init list 
items out of order of initialization.



================
Comment at: clang/test/AST/Interp/records.cpp:165
+
+class A : public Base {
+public:
----------------
How about also testing `private` and `virtual` as well as multiple bases.


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

https://reviews.llvm.org/D135025

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

Reply via email to