1 .. title:: clang-tidy - llvmlibc-inline-function-decl
3 llvmlibc-inline-function-decl
4 =============================
6 Checks that all implicit and explicit inline functions in header files are
7 tagged with the ``LIBC_INLINE`` macro. See the `libc style guide
8 <https://libc.llvm.org/dev/code_style.html>`_ for more information about this macro.