todo: added 'check operator='
This commit is contained in:
parent
b347ba5a7e
commit
61db3a7f11
8
todo.txt
8
todo.txt
|
@ -4,8 +4,6 @@ Tokens..
|
||||||
I think the SimplifyTokens function should insert braces after every if/for/while.
|
I think the SimplifyTokens function should insert braces after every if/for/while.
|
||||||
That would make the token list easier to parse.
|
That would make the token list easier to parse.
|
||||||
|
|
||||||
class TOKEN!
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Userdefined types
|
Userdefined types
|
||||||
|
@ -42,10 +40,14 @@ Style
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
operator= should initialize all class members
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MEMORY LEAKS
|
MEMORY LEAKS
|
||||||
============
|
============
|
||||||
|
|
||||||
Better checking of pointers in structs
|
Better checking of pointers in structs
|
||||||
|
|
||||||
|
User configurable.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue