[all-commits] [llvm/llvm-project] 45e25e: [clang] fix definition data not being propagated t...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Sep 4 22:35:06 PDT 2025


  Branch: refs/heads/users/mizvekov/GH154840
  Home:   https://github.com/llvm/llvm-project
  Commit: 45e25ed459b07f14342b02a33fc5589d0ccb8d50
      https://github.com/llvm/llvm-project/commit/45e25ed459b07f14342b02a33fc5589d0ccb8d50
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-09-05 (Fri, 05 Sep 2025)

  Changed paths:
    M clang/lib/Serialization/ASTReaderDecl.cpp
    A clang/test/Modules/GH154840.cpp

  Log Message:
  -----------
  [clang] fix definition data not being propagated to all redecls

This fixes the workaround added in 8a63989, so that when a fake
definition data is corrected, all redeclarations are also updated to
point to it.

Since this regression was never released, there are no release notes.

Fixes #154840



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