[clang] Fix erroneous `-Wmissing-prototypes` for Win32 entry points (PR #98105)
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 9 06:10:32 PDT 2024
================
@@ -654,6 +654,9 @@ Improvements to Clang's diagnostics
- Clang now shows implicit deduction guides when diagnosing overload resolution failure. #GH92393.
+- Clong no longer emits a no previous prototype warning for Win32 entry points under ``-Wmissing-prototypes``.
----------------
nico wrote:
Clong
https://github.com/llvm/llvm-project/pull/98105
More information about the cfe-commits
mailing list