[all-commits] [llvm/llvm-project] f27afe: [Clang] Implement P2738R1 - constexpr cast from void*

cor3ntin via All-commits all-commits at lists.llvm.org
Mon Jun 26 07:45:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f27afedc6c86fd9c9dd576379f4d60d892a2ce67
      https://github.com/llvm/llvm-project/commit/f27afedc6c86fd9c9dd576379f4d60d892a2ce67
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    A clang/test/CXX/expr/expr.const/p5-26.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/www/cxx_status.html

  Log Message:
  -----------
  [Clang] Implement P2738R1 - constexpr cast from void*

Reviewed By: #clang-language-wg, erichkeane

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




More information about the All-commits mailing list