[all-commits] [llvm/llvm-project] 63d6b8: Stop diagnosing member and array access in offseto...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Jan 27 08:02:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63d6b8be6cf2422228a1a8800d85a11be469c6e2
      https://github.com/llvm/llvm-project/commit/63d6b8be6cf2422228a1a8800d85a11be469c6e2
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/lib/Parse/ParseExpr.cpp
    M clang/test/C/C2x/n2350.c
    M clang/test/C/drs/dr4xx.c
    M clang/test/CXX/drs/dr4xx.cpp

  Log Message:
  -----------
  Stop diagnosing member and array access in offsetof as an extension

This was a mistake from e7300e75b51a7e7d4e81975b4be7a6c65f9a8286
(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.




More information about the All-commits mailing list