[all-commits] [llvm/llvm-project] 569222: [clang][Interp] Only check constructors for global...

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Mar 2 00:23:55 PST 2023


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

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.h
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/Opcodes.td
    M clang/test/AST/Interp/cxx20.cpp

  Log Message:
  -----------
  [clang][Interp] Only check constructors for global variables

Local variables may be partially initialized.

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




More information about the All-commits mailing list