[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / llvmlibc / inline-function-decl.rst
blob101217b64c82852bfdee234cdac4e9cc12952cb9
1 .. title:: clang-tidy - llvmlibc-inline-function-decl
3 llvmlibc-inline-function-decl
4 =============================
6 Checks that all implicit and explicit inline functions in header files are
7 tagged with the ``LIBC_INLINE`` macro. See the `libc style guide
8 <https://libc.llvm.org/dev/code_style.html>`_ for more information about this macro.