[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / llvmlibc / inline-function-decl.rst
blob71d963969005bad52cc148577163ba694bac5849
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
8 or deleted functions.
9 See the `libc style guide <https://libc.llvm.org/dev/code_style.html>`_ for more
10 information about this macro.