[clang] [clang-tools-extra] [clang-tidy] Added new check to detect redundant inline keyword (PR #73069)
Félix-Antoine Constantin via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 25 09:36:40 PST 2023
================
@@ -0,0 +1,25 @@
+.. title:: clang-tidy - readability-redundant-inline-specifier
+
+readability-redundant-inline-specifier
+======================================
+
+Checks for instances of the ``inline`` keyword in code where it is redundant
----------------
felix642 wrote:
Right, I was looking at the wrong file hence why I was confused.
https://github.com/llvm/llvm-project/pull/73069
More information about the cfe-commits
mailing list