This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcfcc1110d773: [NFC] Disallow unused prefixes under
clang/test/CodeGenCXX (authored by mtrofin).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
rnk accepted this revision.
rnk added a subscriber: akhuang.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
I believe @akhuang's recent change to this file made it so debug info names are
unqualified in all modes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
mtrofin created this revision.
mtrofin added a reviewer: rnk.
mtrofin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
The only test that needed change had 'QUAL' as an unused prefix. The
rest of the changes are to simplify the prefix lists.