[PATCH] D67545: [clang-tidy] Added DefaultOperatorNewCheck.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 18 02:03:29 PDT 2019


balazske updated this revision to Diff 220625.
balazske added a comment.

Rebase and update according to comments.
C++17 related changes not implemented yet (possible check for the called allocation function).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67545

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67545.220625.patch
Type: text/x-patch
Size: 22973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190918/01bcd33b/attachment-0001.bin>


More information about the cfe-commits mailing list