index
:
mana/paranucker
master
Paranoid static code analyzer for C/C++ Regular Users should NOT download this.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-03
Try to fix false positives. Still not all issues fixed.
Andrei Karas
5
-17
/
+70
2015-07-02
If add new variable into linked vars, add it also to knownVars set.
Andrei Karas
1
-0
/
+1
2015-07-02
Add into function for linking variables also update for knownVars sets.
Andrei Karas
2
-3
/
+26
2015-07-02
Remove variable from checked vars if variable assigned unknown expression.
Andrei Karas
1
-10
/
+20
2015-07-02
Ignore analysis for node CALL_EXPR if enabled plugin command findargs.
Andrei Karas
1
-0
/
+3
2015-07-02
Remove var from knownVars collections if to var assigned "garbage" value.
Andrei Karas
1
-0
/
+3
2015-07-02
Fix knownVars collection again.
Andrei Karas
1
-4
/
+10
2015-07-02
Fix knownVars collections after exit from IF_STMT with return in some/all bra...
Andrei Karas
1
-1
/
+8
2015-07-01
Some fixes for known vars collections.
Andrei Karas
2
-3
/
+11
2015-07-01
Add way for check internall collections by pseudo function call from code.
Andrei Karas
6
-0
/
+241
2015-07-01
Move collection manipulation functions into separate file.
Andrei Karas
7
-166
/
+237
2015-07-01
Move report functions into separate file.
Andrei Karas
8
-112
/
+189
2015-07-01
Add macroses isIn and IsNotIn.
Andrei Karas
5
-34
/
+40
2015-07-01
Report useless checks if variable was checked for null and non null in all ca...
Andrei Karas
1
-3
/
+6
2015-07-01
Fix different issues in useless variables checks.
Andrei Karas
2
-11
/
+22
2015-07-01
Add addNullVar function. Improve a bit analysis for MODIFY_EXPR.
Andrei Karas
3
-20
/
+30
2015-07-01
Add ability for remove variable from checks without linked vars.
Andrei Karas
5
-4
/
+44
2015-07-01
Rename removeNullVars into removeNullVarsAll.
Andrei Karas
6
-31
/
+31
2015-06-30
Into walkitem add set knownNonNullVars.
Andrei Karas
4
-7
/
+18
2015-06-30
Add into analysis ignoring variables if variable get unknown value.
Andrei Karas
1
-0
/
+12
2015-06-30
Improve copy walk flags to child nodes.
Andrei Karas
1
-7
/
+7
2015-06-30
Fix issue if linking var to child linked var. Now it always replaced to parent.
Andrei Karas
2
-2
/
+5
2015-06-30
Move analysis for variable assignments into shared functions.
Andrei Karas
2
-31
/
+41
2015-06-29
Use some auto keywords for iterator types.
Andrei Karas
2
-3
/
+2
2015-06-29
Use in FOR_EACH macro range based for.
Andrei Karas
6
-75
/
+49
2015-06-28
Add exception for delete operator in checks for multiply non null checks.
Andrei Karas
1
-1
/
+79
2015-06-28
Add warning for more than one checks for null variables.
Andrei Karas
4
-0
/
+14
2015-06-28
Rename checkNullVars into needCheckNullVars.
Andrei Karas
7
-48
/
+48
2015-06-28
Add warning for more than one checks for non null variables.
Andrei Karas
4
-19
/
+35
2015-06-28
Add knownVars field to walkitem.
Andrei Karas
6
-0
/
+15
2015-06-28
Use bit mask for plugin command.
Andrei Karas
10
-41
/
+43
2015-06-28
Improve debug logging.
Andrei Karas
1
-23
/
+32
2015-06-27
Before linking vars check is parent var must be checked.
Andrei Karas
1
-2
/
+7
2015-06-27
Check function parameters what must be non null
Andrei Karas
4
-0
/
+62
2015-06-27
Extract some code from analyseFunctionDecl.
Andrei Karas
1
-12
/
+16
2015-06-27
Allow parse parameters atribute nodes for nested functions or calls.
Andrei Karas
1
-1
/
+2
2015-06-27
Dont check first parameter in calling function by reference.
Andrei Karas
1
-0
/
+7
2015-06-27
Allow check function pointers in arrays in local variables.
Andrei Karas
1
-1
/
+4
2015-06-27
Allow check function pointers in arrays.
Andrei Karas
1
-6
/
+15
2015-06-26
Dont check first function parameter if function is pointer to function.
Andrei Karas
1
-1
/
+3
2015-06-26
Dont check for null pointer first parameter in function pointer.
Andrei Karas
1
-0
/
+4
2015-06-26
Check for null pointer calling function or pointer.
Andrei Karas
1
-0
/
+4
2015-06-26
Add missing check.
Andrei Karas
1
-0
/
+2
2015-06-26
Add comments and improve a bit analyser logic.
Andrei Karas
5
-31
/
+28
2015-06-26
Fix program name in copyright headers.
Andrei Karas
320
-320
/
+320
2015-06-26
Overload compare operators between pointer to Node and tree_code.
Andrei Karas
8
-40
/
+63
2015-06-26
Fix compilation warnings.
Andrei Karas
5
-8
/
+23
2015-06-26
Rename to Ast dumper to Paranoid null checker.
Andrei Karas
10
-18
/
+18
2015-06-25
Dont add empty vars in MODIFY_EXPR node.
Andrei Karas
1
-2
/
+5
2015-06-25
Improve detecting null pointers in COMPONENT_REF.
Andrei Karas
1
-13
/
+16
[prev]
[next]