Changes

Changes from Git (git http://labmaster3.local/git/llvm-project.git)

Summary

  1. [clang-tidy] Add check for CERT-OOP57-CPP (details)
  2. [gn build] Port a42c3eb599c (details)
Commit a42c3eb599cb3b83a07e6296d4ade213f1d74f0f by nathan
[clang-tidy] Add check for CERT-OOP57-CPP
Summary: This is a very basic warning implementation of [[
https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+and+overloaded+operators+to+C+Standard+Library+functions
| Prefer special member functions and overloaded operators to C Standard
Library functions ]]
It absolutely needs some fine tuning though.
Reviewers: alexfh, hokein, aaron.ballman, JonasToth
Reviewed By: aaron.ballman
Subscribers: merge_guards_bot, Eugene.Zelenko, mgorny, xazax.hun,
cfe-commits
Tags: #clang, #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D72488
The file was addedclang-tools-extra/docs/clang-tidy/checks/cert-oop57-cpp.rst
The file was modifiedclang-tools-extra/clang-tidy/cert/CMakeLists.txt
The file was addedclang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.cpp
The file was addedclang-tools-extra/test/clang-tidy/checkers/cert-oop57-cpp.cpp
The file was modifiedclang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
The file was addedclang-tools-extra/clang-tidy/cert/NonTrivialTypesLibcMemoryCallsCheck.h
The file was modifiedclang-tools-extra/docs/ReleaseNotes.rst
The file was modifiedclang-tools-extra/docs/clang-tidy/checks/list.rst
Commit 0a71ac8494d7f7e387c8ceb54d427c039184b589 by llvmgnsyncbot
[gn build] Port a42c3eb599c
The file was modifiedllvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn