10 lines
408 B
ReStructuredText
10 lines
408 B
ReStructuredText
.. 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.
|