[PATCH] D18180: [clang-tidy] Add a check to detect static definitions in anonymous namespace.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 04:47:38 PDT 2016


This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.
Closed by commit rL265384: [clang-tidy] Add a check to detect static definitions in anonymous namespace. (authored by hokein).

Changed prior to commit:
  http://reviews.llvm.org/D18180?vs=52663&id=52671#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D18180

Files:
  clang-tools-extra/trunk/clang-tidy/readability/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp
  clang-tools-extra/trunk/clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/readability-static-definition-in-anonymous-namespace.rst
  clang-tools-extra/trunk/test/clang-tidy/readability-static-definition-in-anonymous-namespace.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18180.52671.patch
Type: text/x-patch
Size: 9687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160405/6d282590/attachment.bin>


More information about the cfe-commits mailing list