summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/cxx-abc-deleting-dtor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MS] Don't emit coverage for deleting dtorsReid Kleckner2019-02-261-0/+83
Summary: The MS C++ ABI has no constructor variants, but it has destructor variants, so we should move the deleting destructor variant check outside the check for "does the ABI have constructor variants". Fixes PR37561, so basic code coverage works on Windows with C++. Reviewers: vsk Subscribers: jdoerfert, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D58691 llvm-svn: 354924
OpenPOWER on IntegriCloud