[PATCH] D23421: [Clang-tidy] CERT-DCL58-CPP (checker for std namespace modification)

Phabricator via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 17 01:04:33 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL295435: [clang-tidy] Add cert-dcl58-cpp (do not modify the 'std' namespace) check. (authored by xazax).

Changed prior to commit:
  https://reviews.llvm.org/D23421?vs=88541&id=88863#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23421

Files:
  clang-tools-extra/trunk/clang-tidy/cert/CERTTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/cert/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/cert/DontModifyStdNamespaceCheck.cpp
  clang-tools-extra/trunk/clang-tidy/cert/DontModifyStdNamespaceCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/cert-dcl58-cpp.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/test/clang-tidy/Inputs/Headers/system-header-simulation.h
  clang-tools-extra/trunk/test/clang-tidy/cert-dcl58-cpp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23421.88863.patch
Type: text/x-patch
Size: 9345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170217/f48221c4/attachment-0001.bin>


More information about the cfe-commits mailing list