diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2019-08-28 18:44:42 +0000 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2019-08-28 18:44:42 +0000 |
commit | ead98ea3eb4e207be7ca003b612b68b7dfbb8f7e (patch) | |
tree | 5c646f192bc8620036c4a7b20f27d038597aab6a /clang/lib/Serialization/ModuleManager.cpp | |
parent | 630f7daf80fe36d3aa4a9ebe60e7abefae514bba (diff) | |
download | llvm-ead98ea3eb4e207be7ca003b612b68b7dfbb8f7e.zip llvm-ead98ea3eb4e207be7ca003b612b68b7dfbb8f7e.tar.gz llvm-ead98ea3eb4e207be7ca003b612b68b7dfbb8f7e.tar.bz2 |
[CFG] Make representation of destructor calls more accurate.
Respect C++17 copy elision; previously it would generate destructor calls
for elided temporaries, including in initialization and return statements.
Don't generate duplicate destructor calls for statement expressions.
Fix destructors in initialization lists and comma operators.
Improve printing of implicit destructors.
Patch by Nicholas Allegra!
Differential Revision: https://reviews.llvm.org/D66404
llvm-svn: 370247
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions