This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Enable c++-temp-dtor-inlining by default?
ClosedPublic

Authored by NoQ on Mar 20 2018, 6:40 PM.

Details

Summary

Remaining temporary-destructor-inlining-related false positives i've seen so far are caused by classes with unions; i'll try to improve upon that but that's not super common. This mode already seems to fix way more false positives than it causes.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Mar 20 2018, 6:40 PM
george.karpenkov accepted this revision.Mar 21 2018, 4:29 PM
This revision is now accepted and ready to land.Mar 21 2018, 4:29 PM
This revision was automatically updated to reflect the committed changes.