clang-tools  4.0.0
Classes
clang::tidy::cert Namespace Reference

Classes

class  CERTModule
 
class  CommandProcessorCheck
 Execution of a command processor can lead to security vulnerabilities, and is generally not required. More...
 
class  FloatLoopCounter
 This check diagnoses when the loop induction expression of a for loop has floating-point type. More...
 
class  LimitedRandomnessCheck
 Pseudorandom number generators are not genuinely random. More...
 
class  SetLongJmpCheck
 Guards against use of setjmp/longjmp in C++ code. More...
 
class  StaticObjectExceptionCheck
 Checks whether the constructor for a static or thread_local object will throw. More...
 
class  StrToNumCheck
 Guards against use of string conversion functions that do not have reasonable error handling for conversion errors. More...
 
class  ThrownExceptionTypeCheck
 Checks whether a thrown object is nothrow copy constructible. More...
 
class  VariadicFunctionDefCheck
 Guards against any C-style variadic function definitions (not declarations). More...