This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Drop deprecated flags
ClosedPublic

Authored by steakhal on Aug 20 2022, 4:56 AM.

Details

Summary

As proposed in D126215 (ffe7950ebc62380c3afc7c71f454a1db3f6f5c76),
I'm dropping the -analyzer-store and
-analyzer-opt-analyze-nested-blocks clang frontend flags.
I'm also dropping the corresponding commandline handlers of scanbuild.

This behavior is planned to be part of clang-16.

Diff Detail

Event Timeline

steakhal created this revision.Aug 20 2022, 4:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 4:56 AM
steakhal requested review of this revision.Aug 20 2022, 4:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 4:56 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
xazax.hun accepted this revision.Aug 20 2022, 5:31 AM
This revision is now accepted and ready to land.Aug 20 2022, 5:31 AM
This revision was automatically updated to reflect the committed changes.