[clang] [clang][Sema] Fix diagnostic for function overloading in extern "C" (PR #106033)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 19:31:01 PDT 2024
================
@@ -261,6 +261,8 @@ Improvements to Clang's diagnostics
compilation speed with modules. This warning is disabled by default and it needs
to be explicitly enabled or by ``-Weverything``.
+- Improved diagnostics when trying to overload a function in extern "C". (#GH80235)
----------------
Sirraide wrote:
```suggestion
- Improved diagnostics when trying to overload a function in an ``extern "C"`` context. (#GH80235)
```
https://github.com/llvm/llvm-project/pull/106033
More information about the cfe-commits
mailing list