[PATCH] D142592: [clang-tidy][libc] Add an inline function checker for the libc project.

Siva Chandra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 16:38:54 PST 2023


sivachandra updated this revision to Diff 492596.
sivachandra added a comment.

Use the HeaderFileExtensions pattern to match constructs in header files.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142592/new/

https://reviews.llvm.org/D142592

Files:
  clang-tools-extra/clang-tidy/llvmlibc/CMakeLists.txt
  clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.cpp
  clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h
  clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp
  clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl-check.rst
  clang-tools-extra/test/clang-tidy/checkers/llvmlibc/inline-function-decl.hpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142592.492596.patch
Type: text/x-patch
Size: 9217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230127/f1dfa9b7/attachment.bin>


More information about the cfe-commits mailing list