[clang-tools-extra] [clang-tidy] Improved modernize-use-using by fixing a false-negative (PR #82947)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 9 21:27:47 PST 2024


=?utf-8?q?Félix-Antoine?= Constantin,
=?utf-8?q?Félix-Antoine?= Constantin
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/82947 at github.com>


================
@@ -183,6 +183,9 @@ Changes in existing checks
   <clang-tidy/checks/modernize/use-override>` check to also remove any trailing
   whitespace when deleting the ``virtual`` keyword.
 
+- Improved :doc:`modernize-use-using <clang-tidy/checks/modernize/use-using>`
+  check by fixing false-negative in functions.
----------------
PiotrZSL wrote:

maybe: `by adding support for detection of typedefs declared on function level.`

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


More information about the cfe-commits mailing list