[clang-tools-extra] [clang-tidy][libc] Ignore implicit function inline (PR #71095)

via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 14:26:39 PDT 2023


================
@@ -3,6 +3,7 @@
 llvmlibc-inline-function-decl
 =============================
 
-Checks that all implicit and explicit inline functions in header files are
-tagged with the ``LIBC_INLINE`` macro. See the `libc style guide
-<https://libc.llvm.org/dev/code_style.html>`_ for more information about this macro.
+Checks that all implicitly and explicitly inline functions in header files are
+tagged with the ``LIBC_INLINE`` macro, except for functions implicit to classes.
+See the `libc style guide<https://libc.llvm.org/dev/code_style.html>`_ for more
----------------
michaelrj-google wrote:

I've added the space, hopefully it is happy now.

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


More information about the cfe-commits mailing list