[PATCH] D125259: [C11] Diagnose unreachable generic selection associations

Tom Honermann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 13:11:28 PDT 2022


tahonermann added a comment.

> I'm questioning the benefit to supporting _Generic in C++ and starting to wonder if perhaps we should pull this extension back.

I imagine it may be used in shared system headers. E.g., implementations of `tgmath.h` that don't use the builtins.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125259



More information about the cfe-commits mailing list