This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove extra semicolons in clang/lib/APINotes/APINotesFormat.h
ClosedPublic

Authored by etcwilde on Jun 28 2021, 12:18 PM.

Details

Summary

There are some trailing semicolons on namespaces in clang/lib/APINotes/APINotesFormat.h.
These result in warnings while building and don't need to be there.

Diff Detail

Event Timeline

etcwilde requested review of this revision.Jun 28 2021, 12:18 PM
etcwilde created this revision.
xgupta added a subscriber: xgupta.Jun 30 2021, 4:44 AM
This comment was removed by xgupta.
compnerd accepted this revision.Jul 9 2021, 10:27 AM

Thanks for the cleanup!

This revision is now accepted and ready to land.Jul 9 2021, 10:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 4:20 PM