[PATCH] D73153: [Concepts] Update ReleaseNotes with Concepts support
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 11:51:18 PST 2020
rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/docs/ReleaseNotes.rst:127-128
+- The -fno-concept-satisfaction-caching can be used to disable caching for
+ satisfactions of Concepts. Using this flag might incur significant
+ compile-time costs.
+
----------------
It'd be useful to explain a bit more about the purpose of the flag. Maybe:
> The -fno-concept-satisfaction-caching can be used to disable caching for satisfactions of Concepts. The C++2a draft standard does not currently permit this caching, but disabling it may incur significant compile-time costs. This flag is intended for experimentation purposes and may be removed at any time; please let us know if you encounter a situation where you need to specify this flag for correct program behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73153/new/
https://reviews.llvm.org/D73153
More information about the cfe-commits
mailing list