This is an archive of the discontinued LLVM Phabricator instance.

Remove explicit cfg-temporary-dtors=true
ClosedPublic

Authored by alexfh on May 3 2018, 7:49 AM.

Details

Summary

Remove explicit -analyzer-config cfg-temporary-dtors=true in analyzer tests,
since this option defaults to true since r326461.

Diff Detail

Repository
rL LLVM

Event Timeline

alexfh created this revision.May 3 2018, 7:49 AM
NoQ accepted this revision.May 3 2018, 12:22 PM

Thanks!

Just curious - did these flags bother you? Cause we never really care about cleaning up run lines after flipping the flag, so we have a lot of such stale flags in our tests. We could start cleaning them up if they cause problems.

This revision is now accepted and ready to land.May 3 2018, 12:22 PM
alexfh added a comment.May 4 2018, 7:15 AM
In D46393#1086887, @NoQ wrote:

Thanks!

Just curious - did these flags bother you? Cause we never really care about cleaning up run lines after flipping the flag, so we have a lot of such stale flags in our tests. We could start cleaning them up if they cause problems.

I would like to see this flag removed eventually, since it became default and there doesn't seem to be a reason to keep it around. This is just a tiny thing to help you with that ;)

This revision was automatically updated to reflect the committed changes.