EricWF added inline comments.

================
Comment at: lib/Sema/SemaExprCXX.cpp:4089
+    // See LWG 2015
+    QualType ElTy = S.Context.getBaseElementType(ArgTy);
     if (ElTy->isVoidType())
----------------
aaron.ballman wrote:
> If I understand properly, this change is required by LWG 2015 for existing 
> type traits *and* is needed for is_aggregate()? If so, it probably should be 
> a separate patch doing just LWG 2015 (and tests) and a second one for 
> is_aggregate().
Ack. 


https://reviews.llvm.org/D31513



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

Reply via email to