[all-commits] [llvm/llvm-project] f53216: Fix an error introduced in #138518 (#142988)

Alexander Kornienko via All-commits all-commits at lists.llvm.org
Thu Jun 5 11:57:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f53216793e15588d65601196b7a0625f73c12cea
      https://github.com/llvm/llvm-project/commit/f53216793e15588d65601196b7a0625f73c12cea
  Author: Alexander Kornienko <alexfh at google.com>
  Date:   2025-06-05 (Thu, 05 Jun 2025)

  Changed paths:
    M clang/lib/Sema/SemaExprCXX.cpp
    A clang/test/SemaCXX/paren-list-init-expr.cpp

  Log Message:
  -----------
  Fix an error introduced in #138518 (#142988)

CXXParenListInitExpr arguments would lose casts leading to incorrect types being used (e.g. only 32 bits of a 64 bit value being initialized). See https://github.com/llvm/llvm-project/pull/138518#issuecomment-2906276916 and https://github.com/llvm/llvm-project/pull/138518#issuecomment-2944538713 for details and context.



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