[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
Fri Oct 20 00:32:36 PDT 2023


================
@@ -285,6 +285,10 @@ Changes in existing checks
   <clang-tidy/checks/modernize/use-using>` check to fix function pointer and
   forward declared ``typedef`` correctly.
 
+- Improved :doc:`modernize-use-using
----------------
PiotrZSL wrote:

merge with previous entry for this check.

https://github.com/llvm/llvm-project/pull/69102


More information about the cfe-commits mailing list