11 lines · plain
1.. title:: clang-tidy - llvmlibc-inline-function-decl2 3llvmlibc-inline-function-decl4=============================5 6Checks that all implicitly and explicitly inline functions in header files are7tagged with the ``LIBC_INLINE`` macro, except for functions implicit to classes8or deleted functions.9See the `libc style guide <https://libc.llvm.org/dev/code_style.html>`_ for more10information about this macro.11