index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocChecker.cpp
Age
Commit message (
Expand
)
Author
2011-09-01
If size was equal to 0, either NULL or a pointer suitable to be passed to
Zhongxing Xu
2011-08-17
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-28
[analyzer] fix bug in malloc checker where the tracked symbol would not prope...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-04-27
More accurately model realloc() when the size argument is 0. realloc() with a...
Lenny Maiorani
2011-04-02
Remove a redundant method. We have a const version.
Zhongxing Xu
2011-03-01
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate MallocChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
[analyzer] Refactor EndOfFunctionNodeBuilder.
Argyrios Kyrtzidis
2011-02-17
simplify a bit.
Chris Lattner
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-01-13
Remove unnecessary save-and-restore of the
Ted Kremenek
2011-01-11
[analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently...
Argyrios Kyrtzidis
2011-01-11
Rename misc. methods in GRSubEngine to start
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
[prev]