This is an archive of the discontinued LLVM Phabricator instance.

[WIP][Example] Drop out-of-scope variable locations
AbandonedPublic

Authored by Orlando on May 14 2020, 10:03 AM.

Details

Reviewers
None
Summary

I have no intention of this code landing. It's a quick prototype I made for https://bugs.llvm.org/show_bug.cgi?id=45889.

This "feature" is enabled by default and you can turn it off with the llvm flag -disable-thing.

NOTE: This is based on top of the not-yet-landed D79571

Diff Detail

Event Timeline

Orlando created this revision.May 14 2020, 10:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2020, 10:03 AM
Orlando abandoned this revision.Sep 16 2020, 1:23 AM

The real thing exists over at D82129 (landed).