[all-commits] [llvm/llvm-project] fdfc0d: [clang][Interp] Implement pointer (de)ref operators

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Aug 25 05:23:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fdfc0dfa8ee3dc3d39741ac03a975917f28dcb46
      https://github.com/llvm/llvm-project/commit/fdfc0dfa8ee3dc3d39741ac03a975917f28dcb46
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2022-08-25 (Thu, 25 Aug 2022)

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

  Log Message:
  -----------
  [clang][Interp] Implement pointer (de)ref operators

Implement pointer references, dereferences and assignments.

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




More information about the All-commits mailing list