[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
Mon Apr 2 15:05:28 PDT 2018
dblaikie added a comment.
Does the proposed clang change (using 'isTrivial') match MSVC's behavior in
these cases?
Any idea what this information is used for by the debugger? (because it
seems /likely/ it uses it for similar things to the PassByValue/Reference
stuff - that's something important to a debugger)
Repository:
rL LLVM
https://reviews.llvm.org/D45122
More information about the llvm-commits
mailing list