[all-commits] [llvm/llvm-project] 0e6901: [clang][Interp][NFC] Add a failing test case

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Oct 14 04:39:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e6901421247b1c7ce0a2e925666d5314a34fffa
      https://github.com/llvm/llvm-project/commit/0e6901421247b1c7ce0a2e925666d5314a34fffa
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M clang/test/AST/Interp/cxx20.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Add a failing test case


  Commit: 9b2f2d846345dfbc4256db1ebf2b6176553fa157
      https://github.com/llvm/llvm-project/commit/9b2f2d846345dfbc4256db1ebf2b6176553fa157
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Remove unused function


  Commit: 7fbfe5518c363da8ee7eb60352948f0e904f283b
      https://github.com/llvm/llvm-project/commit/7fbfe5518c363da8ee7eb60352948f0e904f283b
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeEmitter.cpp
    M clang/lib/AST/Interp/ByteCodeEmitter.h

  Log Message:
  -----------
  [clang][Interp][NFC] Rename a parameter to be more descriptive


  Commit: 1b731bd8724c2f56550f87d3c4f0fa820b8b4527
      https://github.com/llvm/llvm-project/commit/1b731bd8724c2f56550f87d3c4f0fa820b8b4527
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Zero-initialize Function::FrameSize

It's never going to be used since it's only uninitialized if the
function is invalid, but let's zero it for readbility of
Function::dump().


  Commit: 11f360469599e5c7c470b2071692fc6647cf3280
      https://github.com/llvm/llvm-project/commit/11f360469599e5c7c470b2071692fc6647cf3280
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Remove an unnecessary local variable


Compare: https://github.com/llvm/llvm-project/compare/77aaf469a7ae...11f360469599


More information about the All-commits mailing list