This is an archive of the discontinued LLVM Phabricator instance.

[clang] Extract attribute plugin instantiation to function (NFC)
ClosedPublic

Authored by wanders on Feb 20 2023, 8:36 AM.

Details

Summary

This moves the code to instantiate the attribute plugins to the same
place where the plugin registry is defined so they live together and the
user of the plugins doesn't have the burden of instantiating the
plugins.

No functional change intended.

Diff Detail

Event Timeline

wanders created this revision.Feb 20 2023, 8:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 8:36 AM
wanders requested review of this revision.Feb 20 2023, 8:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2023, 8:36 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
wanders retitled this revision from [clang] Extract attribute plugin instantiation to function (NFC) r=aaron.ballman to [clang] Extract attribute plugin instantiation to function (NFC).Feb 20 2023, 8:42 AM
wanders updated this revision to Diff 504042.Mar 10 2023, 12:29 AM
wanders edited the summary of this revision. (Show Details)
erichkeane accepted this revision.Mar 10 2023, 8:39 AM
This revision is now accepted and ready to land.Mar 10 2023, 8:39 AM
This revision was landed with ongoing or failed builds.Mar 13 2023, 8:48 AM
This revision was automatically updated to reflect the committed changes.