[PATCH] D113195: Suggests switching the initialization pattern of absl::Cleanup instances from the factory function to class template argument deduction (CTAD) in C++17 and higher.
CJ Johnson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 4 09:06:07 PDT 2021
CJ-Johnson updated this revision to Diff 384773.
CJ-Johnson added a comment.
Remove unwanted changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113195/new/
https://reviews.llvm.org/D113195
Files:
clang-tools-extra/clang-tidy/abseil/AbseilTidyModule.cpp
clang-tools-extra/clang-tidy/abseil/CMakeLists.txt
clang-tools-extra/clang-tidy/abseil/CleanupCtadCheck.cpp
clang-tools-extra/clang-tidy/abseil/CleanupCtadCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/abseil-cleanup-ctad.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/abseil-cleanup-ctad.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113195.384773.patch
Type: text/x-patch
Size: 10730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211104/4cb6a7ad/attachment-0001.bin>
More information about the cfe-commits
mailing list