[PATCH] D26167: [Clang-tidy] check for malloc, realloc and free calls

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 13 01:23:19 PST 2016


JonasToth updated this revision to Diff 81193.
JonasToth marked 2 inline comments as done.
JonasToth added a comment.

last fixes in the code, from alex


Repository:
  rL LLVM

https://reviews.llvm.org/D26167

Files:
  clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tidy/cppcoreguidelines/NoMallocCheck.cpp
  clang-tidy/cppcoreguidelines/NoMallocCheck.h
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/cppcoreguidelines-no-malloc.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cppcoreguidelines-no-malloc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26167.81193.patch
Type: text/x-patch
Size: 10150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161213/6677483a/attachment.bin>


More information about the cfe-commits mailing list