This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Force the ABI namespace to be a reserved identifier
ClosedPublic

Authored by ldionne on Oct 24 2019, 2:25 PM.

Details

Summary

When the ABI namespace isn't a reserved identifier, we were issuing a
warning, but this should have been an error since the beginning. This
commit enforces that the ABI namespace is a reserved identifier, and
changes the ABI namespace used by LibFuzzer.

Diff Detail

Event Timeline

ldionne created this revision.Oct 24 2019, 2:25 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald Transcript
Herald added subscribers: llvm-commits, libcxx-commits, Restricted Project and 4 others. · View Herald Transcript
phosek accepted this revision.Oct 28 2019, 8:03 PM

LGTM

This revision is now accepted and ready to land.Oct 28 2019, 8:03 PM
This revision was automatically updated to reflect the committed changes.