[PATCH] D60139: [clang-tidy] Add misc-placement-new-target-type-mismatch check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 4 09:44:54 PDT 2019
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:136
+
+ Finds placement-new calls where the size of the pointee type of the placement
+ parameter is smaller than the size of the constructed type and the pointer is
----------------
Please synchronize with documentation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60139/new/
https://reviews.llvm.org/D60139
More information about the cfe-commits
mailing list