[all-commits] [llvm/llvm-project] 1d4d21: [Clang][AST] Fix __has_unique_object_representatio...

Roy Jacobson via All-commits all-commits at lists.llvm.org
Sat Apr 1 14:54:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d4d21e2e0950f6c451198e380371ee3142ce2fb
      https://github.com/llvm/llvm-project/commit/1d4d21e2e0950f6c451198e380371ee3142ce2fb
  Author: Roy Jacobson <roi.jacobson1 at gmail.com>
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/ASTContext.cpp
    M clang/test/SemaCXX/type-traits.cpp

  Log Message:
  -----------
  [Clang][AST] Fix __has_unique_object_representations computation for unnamed bitfields.

As pointed out in https://github.com/llvm/llvm-project/issues/61336, objects with
unnamed bitfields aren't be uniquely representable.

Reviewed By: shafik, Endill

Differential Revision: https://reviews.llvm.org/D145852




More information about the All-commits mailing list