[PATCH] D133574: [C2x] reject type definitions in offsetof

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 13 11:11:22 PST 2023


efriedma added a comment.

Given the extension appears to have real-world usage, I don't see any reason to break that usage.  All known implementations parse this the way the user expects, there isn't any chance the user meant to write something else, and there isn't any chance it will mean something else in a future version of the standard.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133574



More information about the cfe-commits mailing list