[all-commits] [llvm/llvm-project] 45b5cc: [Clang] Fix the warning group of several compatibi...
Sirraide via All-commits
all-commits at lists.llvm.org
Wed May 7 16:42:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45b5cc08e5823c59802f88ec3f27108ab98c1eb9
https://github.com/llvm/llvm-project/commit/45b5cc08e5823c59802f88ec3f27108ab98c1eb9
Author: Sirraide <aeternalmail at gmail.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticCommonKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/drs/cwg1xx.cpp
M clang/test/CXX/drs/cwg2xx.cpp
M clang/test/CXX/drs/cwg4xx.cpp
M clang/test/CXX/drs/cwg5xx.cpp
M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/p1.cpp
M clang/test/FixIt/fixit.cpp
M clang/test/SemaCXX/MicrosoftCompatibility.cpp
M clang/test/SemaCXX/MicrosoftExtensions.cpp
M clang/test/SemaCXX/MicrosoftSuper.cpp
A clang/test/SemaCXX/gh138775.cpp
M clang/test/SemaCXX/rounding-math-crash.cpp
M clang/test/SemaCXX/unknown-type-name.cpp
M clang/test/SemaTemplate/typename-specifier-3.cpp
Log Message:
-----------
[Clang] Fix the warning group of several compatibilty diagnostics (#138872)
There are a few diagnostics that are incorrectly grouped under
`-Wc++20-compat` instead of `-Wpre-c++20-compat`.
I grepped for any remaining `-Wc++xy-compat` diagnostics, but they all
seem to actually be about compatibility with C++XY.
Fixes #138775.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list