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
2013-04-16
[analyzer] Improve the malloc checker stack hint message
Anna Zaks
2013-04-12
[analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.
Anton Yartsev
2013-04-12
[analyzer] Makes NewDeleteLeaks checker work independently from NewDelete.
Anton Yartsev
2013-04-12
[analyzer]Print field region even when the base region is not printable
Anna Zaks
2013-04-11
[analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to i...
Anton Yartsev
2013-04-10
[analyzer] Address Jordan’s review of r179219
Anna Zaks
2013-04-10
[analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
2013-04-10
[analyzer] Cleanup leak warnings: do not print the names of variables from ot...
Anna Zaks
2013-04-09
[analyzer] Keep tracking the pointer after the escape to more aggressively re...
Anna Zaks
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-05
[analyzer] Eliminates all the cases with unknown family.
Anton Yartsev
2013-04-05
[analyzer] Split new/delete checker into use-after-free and leaks parts.
Jordan Rose
2013-04-05
[analyzer] Path notes for the MismatchedDeallocator checker.
Anton Yartsev
2013-04-05
[analyzer] Check allocation family more precise.
Anton Yartsev
2013-04-05
[analyzer] Corrected the switch statement.
Anton Yartsev
2013-04-05
[analyzer] Fully-covered switch for families in isTrackedFamily()
Anton Yartsev
2013-04-04
[analyzer] Reduced the unwanted correlations between checkers living inside M...
Anton Yartsev
2013-03-28
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
Fix order of initialization warning.
Eric Christopher
2013-03-28
[analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
2013-03-28
[analyzer] For now assume all standard global 'operator new' functions alloca...
Anton Yartsev
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-13
[analyzer] fixed the logic changed by r176949
Anton Yartsev
2013-03-13
Refactoring:
Anton Yartsev
2013-03-09
[analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-07
[analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
2013-02-07
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-08
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-04
Tighten code. No functionality change.
Ted Kremenek
2013-01-03
Make MallocChecker debug output useful.
Ted Kremenek
2012-12-20
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-11
[analyzer] Don't generate a summary for "freeWhenDone" if method is
Anna Zaks
2012-12-06
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-22
Make helpers static/anonymous.
Benjamin Kramer
2012-11-15
[analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-13
[analyzer] Address Jordan's code review for r167813.
Anna Zaks
2012-11-13
Fix a Malloc Checker FP by tracking return values from initWithCharacter
Anna Zaks
2012-11-02
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-11-02
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-01
[analyzer] Fix typo in r167186.
Jordan Rose
2012-11-01
[analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue.
Jordan Rose
2012-10-29
[analyzer] Malloc checker cleanup/refactor
Anna Zaks
2012-09-22
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-20
[analyzer] MallocChecker should not do post-call checks on inlined functions.
Jordan Rose
[next]