[PATCH] D22346: [Clang-tidy] CERT-MSC50-CPP (std:rand() )

Benedek Kiss via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 11:42:24 PDT 2016


falho updated this revision to Diff 76072.
falho marked an inline comment as done.
falho added a comment.

in cpp diagnostics message: comma changed back to semicolon, + curly braces removed
testfiles corrected accordingly


https://reviews.llvm.org/D22346

Files:
  clang-tidy/cert/CERTTidyModule.cpp
  clang-tidy/cert/CMakeLists.txt
  clang-tidy/cert/LimitedRandomnessCheck.cpp
  clang-tidy/cert/LimitedRandomnessCheck.h
  docs/clang-tidy/checks/cert-msc30-c.rst
  docs/clang-tidy/checks/cert-msc50-cpp.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cert-limited-randomness.c
  test/clang-tidy/cert-limited-randomness.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22346.76072.patch
Type: text/x-patch
Size: 7535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161027/dbc810a9/attachment.bin>


More information about the cfe-commits mailing list