================
Comment at: lib/Sema/SemaDeclCXX.cpp:1
@@ -1,2 +1,1 @@
-//===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations
------===//
//
----------------
I assume this was a mistake.
================
Comment at: test/SemaCUDA/implicit-member-target.cu:146
@@ +145,3 @@
+
+struct B7_with_copy_assign {
+};
----------------
This should derive from `A7_with_copy_assign`, right?
================
Comment at: test/SemaCUDA/implicit-member-target.cu:150
@@ +149,3 @@
+void hostfoo7() {
+ A7_with_copy_assign a1, a2;
+ a1 = a2;
----------------
Please update this test once your other patch lands and add the other tests
Richard asked for.
http://reviews.llvm.org/D5199
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits