[PATCH] D76229: [clang-tidy] Added PlacementNewStorageCheck

Karasev Nikita via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 16 06:26:24 PDT 2020


f00kat created this revision.
f00kat added reviewers: aaron.ballman, alexfh.
f00kat added projects: clang, clang-tools-extra.
Herald added subscribers: cfe-commits, xazax.hun, mgorny.

Added new checker 'cert-mem54-cpp' that checks for CERT rule MEM54-CPP.

I have troubles writing English descriptions for the release notes, so I need all the help I can get :)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76229

Files:
  clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
  clang-tools-extra/clang-tidy/cert/CMakeLists.txt
  clang-tools-extra/clang-tidy/cert/PlacementNewStorageCheck.cpp
  clang-tools-extra/clang-tidy/cert/PlacementNewStorageCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/cert-mem54-cpp.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/cert-mem54-cpp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76229.250532.patch
Type: text/x-patch
Size: 17496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200316/2762abdc/attachment-0001.bin>


More information about the cfe-commits mailing list