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
/
function.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2015-07-24
Dont add empty variable names from parsing function.
Andrei Karas
1
-0
/
+2
2015-07-23
Add this pointer as known non null var in methods.
Andrei Karas
1
-0
/
+4
2015-07-06
Add way to track variables if to it was assigned function result.
Andrei Karas
1
-3
/
+25
2015-07-05
Add non null function arguments to knownVars and knownNonNullVars collections.
Andrei Karas
1
-1
/
+5
2015-07-01
Add macroses isIn and IsNotIn.
Andrei Karas
1
-1
/
+1
2015-06-28
Rename checkNullVars into needCheckNullVars.
Andrei Karas
1
-1
/
+1
2015-06-28
Add warning for more than one checks for non null variables.
Andrei Karas
1
-1
/
+1
2015-06-28
Add knownVars field to walkitem.
Andrei Karas
1
-0
/
+1
2015-06-28
Use bit mask for plugin command.
Andrei Karas
1
-3
/
+3
2015-06-27
Extract some code from analyseFunctionDecl.
Andrei Karas
1
-12
/
+16
2015-06-26
Add comments and improve a bit analyser logic.
Andrei Karas
1
-1
/
+0
2015-06-26
Fix program name in copyright headers.
Andrei Karas
1
-1
/
+1
2015-06-26
Overload compare operators between pointer to Node and tree_code.
Andrei Karas
1
-7
/
+3
2015-06-26
Fix compilation warnings.
Andrei Karas
1
-1
/
+1
2015-06-17
Skip for analysis first function parameter if it names "this".
Andrei Karas
1
-0
/
+2
2015-06-15
Detect nullpointers also in methods.
Andrei Karas
1
-3
/
+9
2015-06-13
Fix different crash issues.
Andrei Karas
1
-2
/
+6
2015-06-12
Fix crash in function analysis.
Andrei Karas
1
-2
/
+4
2015-06-11
Change how node analysers getting information about current tasks.
Andrei Karas
1
-6
/
+5
Now two variables one const for input data, and second for output data.
2015-06-09
Add new plugin command detectnullpointers.
Andrei Karas
1
-10
/
+13
2015-06-09
Add basic walking tree parameters.
Andrei Karas
1
-4
/
+19
2015-06-09
Simplify analysis code.
Andrei Karas
1
-24
/
+18
2015-06-09
Add basic tree analysis. Dump function arguments and detect pointers without ↵
Andrei Karas
1
-0
/
+129
nonnull attribute