dblaikie added inline comments.

================
Comment at: clang/include/clang/Basic/TargetInfo.h:1569
 
+  virtual bool areDefaultedSMFStillPOD(const LangOptions&) const;
+
----------------
rnk wrote:
> Please add a doc comment for this, with some history about how previously 
> explicitly defaulting certain special members would make types non-POD, and 
> that changing what is POD can change record layout, so some targets return 
> false to opt for the old, stable behavior.
Done


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119051

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

Reply via email to