This is an archive of the discontinued LLVM Phabricator instance.

[NFC][clang] Refactor FileCheck metadata references in pragma-followup_inner.cpp
ClosedPublic

Authored by jmciver on Jun 16 2023, 4:46 PM.

Details

Summary
  • FileCheck variables for metadata are defined and referenced rather than repeatedly redefined.
  • All numeric metadata identifiers are refactored to a FileCheck variable.

Diff Detail

Event Timeline

jmciver created this revision.Jun 16 2023, 4:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 4:46 PM
jmciver added a subscriber: nlopes.
jmciver published this revision for review.Jun 16 2023, 8:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 8:24 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
MaskRay accepted this revision.Jun 16 2023, 9:28 PM
This revision is now accepted and ready to land.Jun 16 2023, 9:28 PM

[NFC]

You can use [test] for test-only patches.

This revision was landed with ongoing or failed builds.Jun 20 2023, 1:57 PM
This revision was automatically updated to reflect the committed changes.