[all-commits] [llvm/llvm-project] 490e82: [clang][Interp] Implement missing compound assign ...

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Jan 19 03:27:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 490e8214fca48824beda8b508d6d6bbbf3d8d9a7
      https://github.com/llvm/llvm-project/commit/490e8214fca48824beda8b508d6d6bbbf3d8d9a7
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

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

  Log Message:
  -----------
  [clang][Interp] Implement missing compound assign operators

Implement mul, div, rem, etc. compound assign operators.

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




More information about the All-commits mailing list