[PATCH] D45124: [CodeGen] Record if a C++ record is a trivial type
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 10:55:29 PDT 2018
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
I still think we probably want to flag individual constructors and destructors as trivial, so we can decide whether to emit them or not in CodeViewDebug.cpp.
https://reviews.llvm.org/D45124
More information about the llvm-commits
mailing list