[clang-tools-extra] [clang-tidy][libc] Ignore implicit function inline (PR #71095)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 2 14:56:41 PDT 2023
================
@@ -304,6 +304,10 @@ Changes in existing checks
customizable namespace. This further allows for testing the libc when the
system-libc is also LLVM's libc.
+- Improved :doc:`llvmlibc-inline-function-decl
+ <clang-tidy/checks/llvmlibc/inline-function-decl>` to properly ignore implicit
----------------
PiotrZSL wrote:
implicit and deleted
https://github.com/llvm/llvm-project/pull/71095
More information about the cfe-commits
mailing list