Fixed 2072 (object destroyed immediately: add --doc info)
This commit is contained in:
parent
4bf9ff26ea
commit
4e11e71a21
|
@ -266,6 +266,7 @@ public:
|
||||||
"* null pointer dereferencing\n"
|
"* null pointer dereferencing\n"
|
||||||
"* using uninitialized variables and data\n"
|
"* using uninitialized variables and data\n"
|
||||||
"* using fflush() on an input stream\n"
|
"* using fflush() on an input stream\n"
|
||||||
|
"* scoped object destroyed immediately after construction\n"
|
||||||
|
|
||||||
// style
|
// style
|
||||||
"* C-style pointer cast in cpp file\n"
|
"* C-style pointer cast in cpp file\n"
|
||||||
|
|
Loading…
Reference in New Issue