[clang-tools-extra] [clang-tidy]: Add TagDecl into LastTagDeclRanges in UseUsingCheck only when it is a definition (PR #67639)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 01:52:09 PDT 2023
================
@@ -321,6 +321,10 @@ Changes in existing checks
<clang-tidy/checks/readability/static-accessed-through-instance>` check to
identify calls to static member functions with out-of-class inline definitions.
+- Improved :doc:`modernize-use-using
----------------
PiotrZSL wrote:
put this in alphabetical order....
https://github.com/llvm/llvm-project/pull/67639
More information about the cfe-commits
mailing list