Poison only class members in destructor, as opposed to poisoning inherited
members as well. Verify class members poisoned only once, before invoking
base class destructors.
Simplified test cases to focus on one feature at time.
Resolves issues from rL244819 (rolled back in revert rL244820).
Closed in rL244933
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/CodeGenCXX/sanitize-dtor-fn-attribute.cpp | ||
---|---|---|
16 ↗ | (On Diff #32020) | In the spirit of simplifying test cases, let's make this one purely about the attribute.
|