[all-commits] [llvm/llvm-project] d2361e: [C23] More improved type compatibility for enumera...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Tue Jul 29 10:31:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2361e43d12d51b744a4131be7fab2aa3a79feab
      https://github.com/llvm/llvm-project/commit/d2361e43d12d51b744a4131be7fab2aa3a79feab
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/lib/AST/ASTStructuralEquivalence.cpp
    A clang/test/ASTMerge/enum/Inputs/enum3.c
    A clang/test/ASTMerge/enum/Inputs/enum4.c
    A clang/test/ASTMerge/enum/test2.c
    M clang/test/C/C23/n3037.c

  Log Message:
  -----------
  [C23] More improved type compatibility for enumerations (#150946)

The structural equivalence checker was not paying attention to whether
enumerations had compatible fixed underlying types or not.

Fixes #150594



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list