[llvm] [clang] [clang-tools-extra] Fix #35272: Don't replace typedefs in extern c scope (PR #69102)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 22:35:00 PST 2023
================
@@ -318,7 +318,8 @@ Changes in existing checks
- Improved :doc:`modernize-use-using
<clang-tidy/checks/modernize/use-using>` check to fix function pointer and
- forward declared ``typedef`` correctly.
+ forward declared ``typedef`` correctly. Ignore ``typedef`` declaration in
----------------
PiotrZSL wrote:
Actually release notes should say that new option IgnoreExternC were added to control whatever typedefs in extern C should be ignored.
https://github.com/llvm/llvm-project/pull/69102
More information about the cfe-commits
mailing list