This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Disallow unused prefixes under clang/test/CodeGenCXX
ClosedPublic

Authored by mtrofin on Jan 26 2021, 8:06 PM.

Details

Summary

The only test that needed change had 'QUAL' as an unused prefix. The
rest of the changes are to simplify the prefix lists.

Diff Detail

Event Timeline

mtrofin requested review of this revision.Jan 26 2021, 8:06 PM
mtrofin created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2021, 8:06 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rnk accepted this revision.Jan 27 2021, 2:57 PM
rnk added a subscriber: akhuang.

lgtm

I believe @akhuang's recent change to this file made it so debug info names are unqualified in all modes.

This revision is now accepted and ready to land.Jan 27 2021, 2:57 PM
This revision was landed with ongoing or failed builds.Jan 28 2021, 9:47 AM
This revision was automatically updated to reflect the committed changes.