bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst

11 lines
408 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. title:: clang-tidy - llvmlibc-inline-function-decl
llvmlibc-inline-function-decl
=============================
Checks that all implicitly and explicitly inline functions in header files are
tagged with the ``LIBC_INLINE`` macro, except for functions implicit to classes
or deleted functions.
See the `libc style guide <https://libc.llvm.org/dev/code_style.html>`_ for more
information about this macro.