Prazek accepted this revision. Prazek added a comment. This revision is now accepted and ready to land.
LGTM with the fixes of docs. ================ Comment at: clang-tidy/cert/LimitedRandomnessCheck.cpp:31 @@ +30,3 @@ + Result.Nodes.getNodeAs<DeclRefExpr>("randomGenerator"); + diag(MatchedDecl->getLocation(), "rand() function has limited randomness, " + "use C++11 random library instead"); ---------------- I am not sure about the diagnostics convention, it is possible that you should replace comma with semicolon. Repository: rL LLVM https://reviews.llvm.org/D22346 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits