index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Eliminates all the cases with unknown family.
Anton Yartsev
2013-04-05
1
-6
/
+7
*
[analyzer] Split new/delete checker into use-after-free and leaks parts.
Jordan Rose
2013-04-05
1
-2
/
+13
*
[analyzer] Path notes for the MismatchedDeallocator checker.
Anton Yartsev
2013-04-05
1
-4
/
+8
*
[analyzer] Check allocation family more precise.
Anton Yartsev
2013-04-05
1
-4
/
+4
*
[analyzer] Corrected the switch statement.
Anton Yartsev
2013-04-05
1
-6
/
+3
*
[analyzer] Fully-covered switch for families in isTrackedFamily()
Anton Yartsev
2013-04-05
1
-7
/
+18
*
[analyzer] Reduced the unwanted correlations between checkers living inside M...
Anton Yartsev
2013-04-04
1
-89
/
+137
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-3
/
+40
*
Fix order of initialization warning.
Eric Christopher
2013-03-28
1
-1
/
+1
*
[analyzer] These implements unix.MismatchedDeallocatorChecker checker.
Anton Yartsev
2013-03-28
1
-74
/
+297
*
[analyzer] For now assume all standard global 'operator new' functions alloca...
Anton Yartsev
2013-03-28
1
-3
/
+6
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
1
-25
/
+134
*
[analyzer] fixed the logic changed by r176949
Anton Yartsev
2013-03-13
1
-4
/
+5
*
Refactoring:
Anton Yartsev
2013-03-13
1
-34
/
+55
*
[analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
2013-03-09
1
-54
/
+64
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-5
/
+5
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-6
/
+4
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-17
/
+19
*
[analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
2013-02-07
1
-20
/
+71
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-3
/
+8
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-3
/
+3
*
[analyzer] Include the bug uniqueing location in the issue_hash.
Anna Zaks
2013-01-08
1
-15
/
+18
*
Tighten code. No functionality change.
Ted Kremenek
2013-01-04
1
-7
/
+7
*
Make MallocChecker debug output useful.
Ted Kremenek
2013-01-03
1
-2
/
+22
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-89
/
+16
*
[analyzer] Don't generate a summary for "freeWhenDone" if method is
Anna Zaks
2012-12-11
1
-0
/
+3
*
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-06
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-1
/
+2
*
Make helpers static/anonymous.
Benjamin Kramer
2012-11-22
1
-2
/
+2
*
[analyzer] MallocChecker: Remove now-unnecessary check::EndPath callback.
Jordan Rose
2012-11-15
1
-29
/
+1
*
[analyzer] Address Jordan's code review for r167813.
Anna Zaks
2012-11-13
1
-20
/
+15
*
Fix a Malloc Checker FP by tracking return values from initWithCharacter
Anna Zaks
2012-11-13
1
-20
/
+81
*
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-11-02
1
-26
/
+9
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-4
/
+4
*
[analyzer] Fix typo in r167186.
Jordan Rose
2012-11-01
1
-1
/
+1
*
[analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue.
Jordan Rose
2012-11-01
1
-2
/
+7
*
[analyzer] Malloc checker cleanup/refactor
Anna Zaks
2012-10-29
1
-9
/
+7
*
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
Jordan Rose
2012-09-22
1
-4
/
+6
*
[analyzer] MallocChecker should not do post-call checks on inlined functions.
Jordan Rose
2012-09-20
1
-0
/
+3
*
[analyzer] Teach the analyzer about implicit initialization of statics
Anna Zaks
2012-09-17
1
-1
/
+1
*
[analyzer] Fix another false positive in malloc realloc logic.
Anna Zaks
2012-09-12
1
-13
/
+32
*
Remove ProgramState::getSymVal(). It was being misused by Checkers,
Ted Kremenek
2012-09-07
1
-8
/
+5
*
[analyzer] Fix realloc related bug in the malloc checker.
Anna Zaks
2012-08-24
1
-12
/
+38
*
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-22
1
-1
/
+1
*
[analyzer] Cleanup of malloc checker.
Anna Zaks
2012-08-09
1
-22
/
+1
*
[analyzer] Clean up the printing of FieldRegions for leaks.
Jordan Rose
2012-08-08
1
-3
/
+2
*
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-08-08
1
-16
/
+14
*
[analyzer] Malloc: remove assert since is not valid as of r161248
Anna Zaks
2012-08-04
1
-5
/
+0
*
[analyzer] Malloc: track non-allocated but freed memory
Anna Zaks
2012-08-03
1
-12
/
+4
[prev]
[next]