This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add IDs to OpenMP remarks
ClosedPublic

Authored by jhuber6 on Jul 13 2021, 2:03 PM.

Details

Summary

This patch adds unique idenfitiers to the existing OpenMP remarks. This makes
it easier to identify the corresponding documentation for each remark that will
be hosted in the OpenMP webpage.

Depends on D105898

Diff Detail

Event Timeline

jhuber6 created this revision.Jul 13 2021, 2:03 PM
jhuber6 requested review of this revision.Jul 13 2021, 2:03 PM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript

Don't any tests change?

Don't any tests change?

The reamrk ID is postfixed, so the regexes should still match.

jhuber6 updated this revision to Diff 358461.Jul 13 2021, 5:23 PM

Adding test case for IDs.

Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2021, 5:23 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Jul 13 2021, 9:17 PM
This revision was landed with ongoing or failed builds.Jul 16 2021, 11:07 AM
This revision was automatically updated to reflect the committed changes.