[PATCH] D18649: [clang-tidy] cppcoreguidelines-interfaces-global-init
Clement Courbet via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 5 07:32:53 PDT 2016
courbet updated this revision to Diff 52688.
courbet added a comment.
Update naming to be constistent with the standard: use "non-local" instead of "global" (or "static" in my case, as I started from classes and the name stuck).
http://reviews.llvm.org/D18649
Files:
clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp
clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/cppcoreguidelines-interfaces-global-init.rst
docs/clang-tidy/checks/list.rst
test/clang-tidy/cppcoreguidelines-interfaces-global-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18649.52688.patch
Type: text/x-patch
Size: 11338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160405/0f937cec/attachment-0001.bin>
More information about the cfe-commits
mailing list