This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Add support for -Wno-inline-namespace-reopened-noninline
ClosedPublic

Authored by Elvina on Jun 15 2020, 1:13 AM.

Details

Summary

This patch adds the option for disabling warn_inline_namespace_reopened_noninline warning described here: https://bugs.llvm.org/show_bug.cgi?id=46106

Diff Detail

Event Timeline

Elvina created this revision.Jun 15 2020, 1:13 AM
Elvina removed rG LLVM Github Monorepo as the repository for this revision.Jun 15 2020, 1:15 AM
Elvina retitled this revision from Add support for -Wno-inline-namespace-reopened-noninline to [Clang] Add support for -Wno-inline-namespace-reopened-noninline.
Elvina updated this revision to Diff 270739.Jun 15 2020, 6:34 AM
rsmith accepted this revision.Jun 17 2020, 10:04 AM
This revision is now accepted and ready to land.Jun 17 2020, 10:04 AM

Thanks for looking at this. I don't have commit rights, could you please commit the change on my behalf?

This revision was automatically updated to reflect the committed changes.