This is an archive of the discontinued LLVM Phabricator instance.

Clear memory used for Clang AST before running backend
AbandonedPublicDraft

Authored by aeubanks on Sep 14 2021, 1:10 PM.

Details

Reviewers
None

Diff Detail

Event Timeline

aeubanks created this revision.Sep 14 2021, 1:10 PM

Does this break things like __attribute__((error(""))) which need the Decl objects to differentiate between error vs warning attributes?
ie. https://reviews.llvm.org/D106030

foad added a subscriber: foad.Sep 28 2021, 2:24 AM
aeubanks abandoned this revision.Oct 12 2021, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 11:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript