[all-commits] [llvm/llvm-project] 5607fc: [Clang] Permit static constexpr variables in const...

cor3ntin via All-commits all-commits at lists.llvm.org
Mon Nov 28 12:38:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5607fc002dd43514a605ba1e83735e74340ec95d
      https://github.com/llvm/llvm-project/commit/5607fc002dd43514a605ba1e83735e74340ec95d
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2022-11-28 (Mon, 28 Nov 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/ExprConstant.cpp
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/test/Lexer/cxx-features.cpp
    M clang/test/SemaCXX/constant-expression-cxx2b.cpp
    M clang/www/cxx_status.html

  Log Message:
  -----------
  [Clang] Permit static constexpr variables in constexpr functions

This implement the C++23 paper P2647R1 (adopted in Kona)

Reviewed By: #clang-language-wg, erichkeane

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




More information about the All-commits mailing list