xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst (revision c92cf315c67edaffea1c4f3a914197dce2a194f3)
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