[clang-tools-extra] [clang] [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 07:35:43 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:

I apologies, but I'm not quite sure to understand what you're asking me to do here? Would you be able to give me more info? 

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


More information about the cfe-commits mailing list