This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Remove -fno-concept-satisfaction-caching
ClosedPublic

Authored by ilya-biryukov on May 5 2022, 7:46 AM.

Details

Summary

The flag was added when the C++20 draft did not allow for concept
caching. The final C++20 standard permits the caching, so flag is
redundant. See http://wg21.link/p2104r0.

Diff Detail

Event Timeline

ilya-biryukov created this revision.May 5 2022, 7:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 7:46 AM
ilya-biryukov requested review of this revision.May 5 2022, 7:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2022, 7:46 AM
ilya-biryukov edited reviewers, added: sammccall; removed: kadircet.May 5 2022, 7:46 AM
sammccall accepted this revision.May 5 2022, 8:37 AM
This revision is now accepted and ready to land.May 5 2022, 8:37 AM
This revision was landed with ongoing or failed builds.May 5 2022, 8:53 AM
This revision was automatically updated to reflect the committed changes.