tbaeder marked an inline comment as done.
tbaeder added inline comments.

================
Comment at: clang/test/AST/Interp/records.cpp:271
+  static_assert(d.B::a == 12);
+  static_assert(d.C::a == 0);
 };
----------------
These lines are added by https://reviews.llvm.org/D143480 now, but the tests 
are left commented since they require this patch as well.


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

https://reviews.llvm.org/D143466

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

Reply via email to