[PATCH] D62962: Clang implementation of sizeless types

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 14:15:13 PDT 2019


efriedma added a comment.

> Since this is an extension, it wouldb be great to have a (on-by-default? at least in -Wall) diagnostic for every instance of usage of this extension.

We generally only add warnings for extensions which are not allowed by the standard.  It's impossible to define a sizeless type without using a reserved keyword, like __SVInt8_t, so we don't need a warning.


Repository:
  rC Clang

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

https://reviews.llvm.org/D62962





More information about the cfe-commits mailing list