[all-commits] [llvm/llvm-project] 58b956: [clang][Interp][NFC] Add some assertions

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue May 14 03:26:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58b9564d5d12063bb9c662039802ede8df615374
      https://github.com/llvm/llvm-project/commit/58b9564d5d12063bb9c662039802ede8df615374
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M clang/lib/AST/Interp/InterpBlock.h

  Log Message:
  -----------
  [clang][Interp][NFC] Add some assertions

Make sure we pass a non-null Descriptor when creating a new Block.


  Commit: 0aa5fa9630d0f4ea707c5b8d5cfa2f4bc8d06a14
      https://github.com/llvm/llvm-project/commit/0aa5fa9630d0f4ea707c5b8d5cfa2f4bc8d06a14
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Improve Pointer::print()


  Commit: 5865482049872d3ae52ea5559abb9e8f4a1e55e5
      https://github.com/llvm/llvm-project/commit/5865482049872d3ae52ea5559abb9e8f4a1e55e5
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Don't pass on metadata size for composite arrays

We don't need the metadata size for every element, just for the topmost
descriptor.


Compare: https://github.com/llvm/llvm-project/compare/3aae916ff7fe...586548204987

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