[all-commits] [llvm/llvm-project] e7a617: [clang] Enable Wenum-constexpr-conversion also in ...
Carlos Galvez via All-commits
all-commits at lists.llvm.org
Sat Oct 14 05:19:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7a6171c4c0486aae051543e202d74c04178cfac
https://github.com/llvm/llvm-project/commit/e7a6171c4c0486aae051543e202d74c04178cfac
Author: Carlos Galvez <carlosgalvezp at gmail.com>
Date: 2023-10-14 (Sat, 14 Oct 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticASTKinds.td
A clang/test/SemaCXX/Inputs/enum-constexpr-conversion-system-header.h
M clang/test/SemaCXX/constant-expression-cxx11.cpp
Log Message:
-----------
[clang] Enable Wenum-constexpr-conversion also in system headers and … (#67528)
…macros
As per review comments on https://reviews.llvm.org/D150226, we should
allow for one more release before turning this warning into a hard
error, by making it visible in system headers and macros, so that people
are aware of it and can work on it.
More information about the All-commits
mailing list