[PATCH] D36354: [clang-tidy] Implement type-based check for `gsl::owner`
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 9 05:40:36 PDT 2017
JonasToth updated this revision to Diff 114483.
JonasToth marked 4 inline comments as done.
JonasToth added a comment.
- Merge branch 'master'
- mention current problems with typedefs of owner<> and adjust test cases
https://reviews.llvm.org/D36354
Files:
clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tidy/cppcoreguidelines/OwningMemoryCheck.cpp
clang-tidy/cppcoreguidelines/OwningMemoryCheck.h
clang-tidy/utils/Matchers.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst
docs/clang-tidy/checks/list.rst
test/clang-tidy/cppcoreguidelines-owning-memory.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36354.114483.patch
Type: text/x-patch
Size: 40672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170909/dcb5ef35/attachment-0001.bin>
More information about the cfe-commits
mailing list