[all-commits] [llvm/llvm-project] d29f70: [clang][Interp] Fix binary comma operators

Timm Bäder via All-commits all-commits at lists.llvm.org
Fri Mar 31 05:55:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d29f70670db8ca43a49b6df9112035dc4b646182
      https://github.com/llvm/llvm-project/commit/d29f70670db8ca43a49b6df9112035dc4b646182
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp
    M clang/test/SemaCXX/constexpr-duffs-device.cpp

  Log Message:
  -----------
  [clang][Interp] Fix binary comma operators

We left the result of RHS on the stack in case DiscardResult was true.

Differential Revision: https://reviews.llvm.org/D141784




More information about the All-commits mailing list