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