[all-commits] [llvm/llvm-project] 684e4c: [clang][Interp] Don't explicitly call InterpState ...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Oct 24 03:01:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 684e4c0085e8d454c04e9813f89033b1c51d24fa
      https://github.com/llvm/llvm-project/commit/684e4c0085e8d454c04e9813f89033b1c51d24fa
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

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

  Log Message:
  -----------
  [clang][Interp] Don't explicitly call InterpState destructor()

This broke the msan builders because the destructor will be called
twice. Should've guessed.




More information about the All-commits mailing list