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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D73153: [... Saar Raz via Phabricator via cfe-commits
    • [PATCH] D731... Richard Smith - zygoloid via Phabricator via cfe-commits

Reply via email to