updated --doc output from CheckLeakAutoVar
This commit is contained in:
parent
325414e354
commit
7312885c87
|
@ -124,12 +124,11 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string myName() const {
|
std::string myName() const {
|
||||||
return "CheckLeakAutoVar";
|
return "Memory leaks (function variables)";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string classInfo() const {
|
std::string classInfo() const {
|
||||||
return "Checking that detect leaks when a local variable is allocated but not deallocated. "
|
return "Detect when a function variable is allocated but not deallocated.";
|
||||||
"This checking complements the other checking for memory leaks that Cppcheck has.";
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
/// @}
|
/// @}
|
||||||
|
|
Loading…
Reference in New Issue