erichkeane added inline comments.

================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:5387
+      return RD->canPassInRegisters();
+    return true;
   }
----------------
Is there good reason to return true for all non-record types?  Should we 
instead be limiting the types that can make it this far?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141775

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

Reply via email to