[PATCH] D101471: [clang-tidy] Add proper emplace checks to modernize-use-emplace
Nicolas van Kempen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 23 08:33:18 PDT 2022
nicovank updated this revision to Diff 431387.
nicovank added a comment.
Update!
1. Rebased.
2. Fixed a minor bug which occasionaly caused false negatives.
3. Cleared up fix/hint generation and another nit following comments.
4. Re-organized and added a couple tests.
5. Made a note of this extension in documentation.
This check has been enabled internally as Facebook (pre-changes discussed above) for a bit over a year, with no reported issues.
It should be safe and ready to be upstreamed at this point.
Please let me know of any issues, let's get this landed!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101471/new/
https://reviews.llvm.org/D101471
Files:
clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp
clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.h
clang-tools-extra/docs/clang-tidy/checks/modernize-use-emplace.rst
clang-tools-extra/test/clang-tidy/checkers/modernize-use-emplace.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101471.431387.patch
Type: text/x-patch
Size: 34790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220523/8598e733/attachment-0001.bin>
More information about the cfe-commits
mailing list