[PATCH] D45050: [clang-tidy] New checker for not null-terminated result caused by strlen or wcslen

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 29 14:49:58 PDT 2018


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:60
 
+- New module `abseil` for checks related to the `Abseil <https://abseil.io>`_
+  library.
----------------
Looks like you copied new version of file over old one. svn update and svn diff should be made instead.


https://reviews.llvm.org/D45050





More information about the cfe-commits mailing list