[all-commits] [llvm/llvm-project] cef69c: [clang][Interp] Fix record initialization via Call...

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Mar 31 04:17:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef69ce7791f2b6415ef3991347904381717a1ec
      https://github.com/llvm/llvm-project/commit/cef69ce7791f2b6415ef3991347904381717a1ec
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/test/AST/Interp/records.cpp

  Log Message:
  -----------
  [clang][Interp] Fix record initialization via CallExpr subclasses

We can't just use VisitCallExpr() here, as that doesn't handle CallExpr
subclasses such as CXXMemberCallExpr.

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




More information about the All-commits mailing list