[all-commits] [llvm/llvm-project] 862717: [clang][Interp] Only initialize initmaps for primi...

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Sep 8 01:03:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86271798e51a7866dd2af44e0ee183d1331089e6
      https://github.com/llvm/llvm-project/commit/86271798e51a7866dd2af44e0ee183d1331089e6
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M clang/lib/AST/Interp/Pointer.cpp

  Log Message:
  -----------
  [clang][Interp] Only initialize initmaps for primitive arrays

As the comment states, this code should only run for primitive arrays.

This should fix the memory sanitize builds.




More information about the All-commits mailing list