[all-commits] [llvm/llvm-project] 055060: [Clang] Add a compatibiliy warning for non-literal...

cor3ntin via All-commits all-commits at lists.llvm.org
Wed Mar 30 10:19:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0550601d180111a1c48baf170c2e7e9c7fac28c2
      https://github.com/llvm/llvm-project/commit/0550601d180111a1c48baf170c2e7e9c7fac28c2
  Author: Corentin Jabot <corentinjabot at gmail.com>
  Date:   2022-03-30 (Wed, 30 Mar 2022)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3-2b.cpp
    M clang/test/SemaCXX/constant-expression-cxx2b.cpp

  Log Message:
  -----------
  [Clang] Add a compatibiliy warning for non-literals in constexpr.

Reviewed By: aaron.ballman, hubert.reinterpretcast

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




More information about the All-commits mailing list