[PATCH] D18783: [clang-tidy] add new checker for string literal with NUL character.

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 09:54:14 PDT 2016


etienneb updated this revision to Diff 52707.
etienneb marked an inline comment as done.
etienneb added a comment.

fix comments.


http://reviews.llvm.org/D18783

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/StringLiteralWithEmbeddedNulCheck.cpp
  clang-tidy/misc/StringLiteralWithEmbeddedNulCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-string-literal-with-embedded-nul.rst
  test/clang-tidy/misc-string-literal-with-embedded-nul.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18783.52707.patch
Type: text/x-patch
Size: 11529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160405/7c41f934/attachment-0001.bin>


More information about the cfe-commits mailing list