yaxunl added inline comments.

================
Comment at: lib/CodeGen/TargetInfo.cpp:7386
+  bool isHomogeneousAggregateBaseType(QualType Ty) const override;
+  bool isHomogeneousAggregateSmallEnough(const Type *Base,
+                                         uint64_t Members) const override;
----------------
arsenm wrote:
> yaxunl wrote:
> > Please add descriptions for the above newly added functions.
> I prefer not to put descriptions on overrides since they will just be out of 
> date with the declaration
Please add descriptions for the non-override functions and data members above.


https://reviews.llvm.org/D36171



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

Reply via email to