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
/
analysis
/
collections.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-23
While adding known null/non null vars also add it to known vars collection.
Andrei Karas
1
-0
/
+4
2015-07-22
Fix memory corruption on removing linked variables.
Andrei Karas
1
-0
/
+5
2015-07-21
Fix possible memory corruption in working with linked variables.
Andrei Karas
1
-10
/
+5
2015-07-20
Add ability for detect what variable will be non null after if block (in else...
Andrei Karas
1
-1
/
+15
2015-07-20
If in if/while body changed any variable, outside of body it removed from kno...
Andrei Karas
1
-0
/
+11
2015-07-19
Handle situation like this: "type var = nullptr". Here var will be known as n...
Andrei Karas
1
-0
/
+11
2015-07-19
Add ability for detect what variable will be non null after if block.
Andrei Karas
1
-0
/
+31
2015-07-10
Unlink assigned variable in if/while body.
Andrei Karas
1
-10
/
+17
2015-07-10
Add ability to check variables assigned in if/while and check outside of this...
Andrei Karas
1
-15
/
+12
2015-07-08
Add WHILE_STMT node analysis.
Andrei Karas
1
-0
/
+30
2015-07-06
Add way to track variables if to it was assigned function result.
Andrei Karas
1
-2
/
+15
2015-07-05
Fix analysis for BIND_EPXR nodes.
Andrei Karas
1
-1
/
+1
2015-07-04
Fix most issues with linked vars.
Andrei Karas
1
-21
/
+94
2015-07-03
Fix some issues with linked vars.
Andrei Karas
1
-0
/
+42
2015-07-03
Add incomplete implimentation for checkedElse* sets.
Andrei Karas
1
-0
/
+34
2015-07-03
Rename checkedNullVars into checkedThenNullVars and checkedNonNullVars into c...
Andrei Karas
1
-14
/
+14
2015-07-03
Try to fix false positives. Still not all issues fixed.
Andrei Karas
1
-0
/
+8
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
1
-0
/
+22
2015-07-01
Move collection manipulation functions into separate file.
Andrei Karas
1
-0
/
+172