[all-commits] [llvm/llvm-project] 5ec446: [clang][ExprConst] Remove `State::getBottomFrame()...

Timm Baeder via All-commits all-commits at lists.llvm.org
Mon Jun 8 22:15:30 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ec4461fee4c0e82451b000f06b6ab916449de9f
      https://github.com/llvm/llvm-project/commit/5ec4461fee4c0e82451b000f06b6ab916449de9f
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M clang/lib/AST/ByteCode/InterpState.h
    M clang/lib/AST/ByteCode/State.cpp
    M clang/lib/AST/ByteCode/State.h
    M clang/lib/AST/ExprConstant.cpp

  Log Message:
  -----------
  [clang][ExprConst] Remove `State::getBottomFrame()` (#202277)

This is not necessary since `Frame` already has a `getCaller()`
function, which can be used to identify the bottom frame.
And the current code never needs the bottom frame for anything other
than checking if another frame is the bottom frame.



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