[clang-tools-extra] [clang-tidy][clangd] Fixed removeFunctionArgs don't remove comma for use-ranges check (PR #118568)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 13 12:00:49 PST 2025
================
@@ -356,6 +356,11 @@ Changes in existing checks
<clang-tidy/checks/readability/identifier-naming>` check to
validate ``namespace`` aliases.
+- Improved :doc:`modernize-use-ranges
----------------
PiotrZSL wrote:
move to line 307, and best would be to split it into 2 entry, one for boost, and other for modernize
https://github.com/llvm/llvm-project/pull/118568
More information about the cfe-commits
mailing list