This looks great; one minor suggestion and it's good to go.
================
Comment at: lib/AST/Decl.cpp:3572
@@ +3571,3 @@
+
+void RecordDecl::setCapturedRecord(bool CapRec) {
+ if (CapRec)
----------------
We don't actually need or want to support removing this, so there's no point in
taking a parameter.http://reviews.llvm.org/D5099 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
