1.. title:: clang-tidy - llvmlibc-inline-function-decl 2 3llvmlibc-inline-function-decl 4============================= 5 6Checks that all implicitly and explicitly inline functions in header files are 7tagged with the ``LIBC_INLINE`` macro, except for functions implicit to classes 8or deleted functions. 9See the `libc style guide <https://libc.llvm.org/dev/code_style.html>`_ for more 10information about this macro. 11