[all-commits] [llvm/llvm-project] 5704dd: [clang][Interp] Reject calling virtual constexpr f...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Sep 5 03:31:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5704dde307359e9155e2fcd99c413c0cf932aa13
      https://github.com/llvm/llvm-project/commit/5704dde307359e9155e2fcd99c413c0cf932aa13
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

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

  Log Message:
  -----------
  [clang][Interp] Reject calling virtual constexpr functions in pre-c++20

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




More information about the All-commits mailing list