This is an archive of the discontinued LLVM Phabricator instance.

[clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake option
ClosedPublic

Authored by nikic on Oct 5 2022, 5:26 AM.

Details

Summary

Remove the ability to disable opaque pointers by default in clang. It is still possible to explicitly disable them via cc1 -no-opaque-pointers.

Diff Detail

Event Timeline

nikic created this revision.Oct 5 2022, 5:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2022, 5:26 AM
nikic requested review of this revision.Oct 5 2022, 5:26 AM
aeubanks accepted this revision.Oct 5 2022, 9:48 AM
This revision is now accepted and ready to land.Oct 5 2022, 9:48 AM
MaskRay accepted this revision.Oct 5 2022, 10:27 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2022, 12:46 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
clang/test/CMakeLists.txt