[PATCH] D45122: [DebugInfo] Add a new DI flag to record if a C++ record is a trivial type

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 11:05:54 PDT 2018


dblaikie added a comment.

I'm still not sure this description/name matches the examples given in the
other review from Reid.

Sounds like this is more about whether it has a trivial default
constructor, specifically? (which, yes, is different from the triviality of
copy construction which is relevant to the DWARF flag we already have) -
some test cases/demonstrations of the MSVC behavior might be helpful?


Repository:
  rL LLVM

https://reviews.llvm.org/D45122





More information about the llvm-commits mailing list