This is an archive of the discontinued LLVM Phabricator instance.

[SampleFDO] Remove 'using namespace' (NFC)
ClosedPublic

Authored by Asif on Jun 12 2023, 10:05 AM.

Details

Summary

Remove 'using namespace' statement from header file to avoid propagating it to
other locations unnecessarily and avoid potential name collisions.

Diff Detail

Event Timeline

Asif created this revision.Jun 12 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 10:05 AM
Herald added subscribers: wlei, wenlei. · View Herald Transcript
Asif requested review of this revision.Jun 12 2023, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 12 2023, 10:05 AM
Asif updated this revision to Diff 530748.Jun 12 2023, 7:04 PM
Asif added a reviewer: hoy.Jun 13 2023, 1:19 PM
Asif added a reviewer: shenhan.
wenlei accepted this revision.Jun 13 2023, 2:51 PM
This revision is now accepted and ready to land.Jun 13 2023, 2:51 PM