[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
Wed Jan 25 21:59:21 PST 2023


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

Use explicit type instead of auto.


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.cpp
  clang-tools-extra/test/clang-tidy/checkers/llvmlibc/inline-function-decl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142592.492324.patch
Type: text/x-patch
Size: 8379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230126/4f44d3c5/attachment.bin>


More information about the cfe-commits mailing list