llvm-capstone/clang/test/C
Aaron Ballman 63d6b8be6c Stop diagnosing member and array access in offsetof as an extension
This was a mistake from e7300e75b5
(https://reviews.llvm.org/D133574) caused by us accidentally tracking
an older copy of the C DR list for DR496. The text in
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2396.htm#dr_496 makes
it clear that subobjects are allowed, which means member and array
access expressions are allowed.

This backs out the changes from the previous commit that relate to this
diagnostic.
2023-01-27 11:01:58 -05:00
..
C2x Stop diagnosing member and array access in offsetof as an extension 2023-01-27 11:01:58 -05:00
C11 Update the status of some C11 and C99 features we support 2023-01-20 14:50:39 -05:00
C99 Update the status of some C11 and C99 features we support 2023-01-20 14:50:39 -05:00
drs Stop diagnosing member and array access in offsetof as an extension 2023-01-27 11:01:58 -05:00