[PATCH] D146420: Document the Clang policies on claiming support for a feature

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 20 09:23:17 PDT 2023


cor3ntin added inline comments.


================
Comment at: clang/docs/InternalsManual.rst:3285
+  * Are there known issues with the feature that reject valid code?
+  * Are there known issues that fail to reject invalid code?
+  * Are there known crashes, failed assertions, or miscompilations?
----------------
aaron.ballman wrote:
> cor3ntin wrote:
> > any way to rephrase that, "that cause clamg to reject" maybe?
> Sure, we can go with "accept invalid code" instead of "fail to reject invalid".
is the issue the thing that accepts the code? that's what bugs me


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146420/new/

https://reviews.llvm.org/D146420



More information about the cfe-commits mailing list