clang-tools
10.0.0svn
|
Classes | |
class | CERTModule |
class | CommandProcessorCheck |
Execution of a command processor can lead to security vulnerabilities, and is generally not required. More... | |
class | DontModifyStdNamespaceCheck |
Modification of the std or posix namespace can result in undefined behavior. 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 | PostfixOperatorCheck |
Checks if the overloaded postfix ++ and – operator return a constant object. More... | |
class | ProperlySeededRandomGeneratorCheck |
Random number generator must be seeded properly. 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... | |