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] Bug fix: do not report leaks for alloca()
Anton Yartsev
2015-03-04
1
-0
/
+5
*
[analyzer] Individual configuration options can be specified for checkers.
Gabor Horvath
2015-03-04
1
-25
/
+19
*
[analyzer] unix.Malloc: preserve AllocaRegion bound to __builtin_alloca().
Anton Yartsev
2015-03-03
1
-13
/
+17
*
[analyzer] Different handling of alloca().
Anton Yartsev
2015-02-19
1
-30
/
+78
*
[analyzer] Refactoring: clarified the way the proper check kind is chosen.
Anton Yartsev
2015-02-18
1
-64
/
+86
*
[analyzer] Pass actual state to alloc/dealloc handling functions.
Anton Yartsev
2015-02-10
1
-43
/
+78
*
[analyzer] Look for allocation site in the parent frames as well as the curre...
Anna Zaks
2015-02-05
1
-3
/
+5
*
Remove stray enum keywords. MSVC sees this as a redeclaration at global scope.
Benjamin Kramer
2014-10-03
1
-2
/
+2
*
[analyzer] Make Malloc Checker track memory allocated by if_nameindex
Anna Zaks
2014-10-03
1
-37
/
+81
*
[analyzer] Don't crash if malloc() has an unexpected function prototype.
Jordan Rose
2014-09-05
1
-4
/
+4
*
unique_ptrify BugReporter::visitors
David Blaikie
2014-09-04
1
-5
/
+5
*
unique_ptr-ify PathDiagnosticPiece ownership
David Blaikie
2014-08-29
1
-4
/
+5
*
[Analyzer] fix for PR19102
Anton Yartsev
2014-08-05
1
-0
/
+41
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-57
/
+58
*
Updated the attribute tablegen emitter for variadic arguments to emit a range...
Aaron Ballman
2014-05-02
1
-3
/
+2
*
[analyzer] Handle the M_ZERO and __GFP_ZERO flags in kernel mallocs.
Jordan Rose
2014-03-26
1
-5
/
+114
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-7
/
+8
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-18
/
+9
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-7
/
+7
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
[analyzer] Improved checker naming in CFG dump.
Anton Yartsev
2014-02-17
1
-6
/
+9
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-94
/
+136
*
[analyzer] Future-proof MallocChecker CFG dumping.
Jordan Rose
2014-01-23
1
-7
/
+7
*
[analyzer] The patch prevents the analyzer from crashing during CFG dump.
Anton Yartsev
2014-01-22
1
-1
/
+2
*
[analyzer] BlockCall shouldn't really be an AnyFunctionCall.
Jordan Rose
2014-01-15
1
-3
/
+3
*
[analyzer] Warn about double-delete in C++ at the second delete...
Jordan Rose
2014-01-08
1
-2
/
+42
*
[analyzer] Pointers escape into +[NSValue valueWithPointer:]...
Jordan Rose
2014-01-07
1
-1
/
+2
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-3
/
+1
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Correct a user-visible static analyzer message typo
Alp Toker
2013-12-02
1
-2
/
+2
*
Remove 'DistinctSpellings' support from Attr.td and change its only user to
Richard Smith
2013-11-27
1
-9
/
+9
*
[analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
1
-1
/
+2
*
New message for cases when ownership is taken:
Anton Yartsev
2013-09-16
1
-10
/
+23
*
[analyzer] If realloc fails on an escaped region, that region doesn't leak.
Jordan Rose
2013-08-15
1
-1
/
+1
*
Add 'static' and 'const' qualifiers to some arrays of strings.
Craig Topper
2013-07-15
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-2
/
+2
*
[analyzer] Minor fixups to r183062
Anna Zaks
2013-06-08
1
-7
/
+8
*
[analyzer] Malloc checker should only escape the receiver when “[O init..]â...
Anna Zaks
2013-05-31
1
-29
/
+45
*
[analyzer] Fix a false positive reported on rare strange code, which happens ...
Anna Zaks
2013-05-31
1
-0
/
+6
*
[analyzer] Indirect invalidation counts as an escape for leak checkers.
Jordan Rose
2013-05-10
1
-2
/
+1
*
[analyzer] Improve the malloc checker stack hint message
Anna Zaks
2013-04-16
1
-8
/
+8
*
[analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.
Anton Yartsev
2013-04-12
1
-2
/
+9
*
[analyzer] Makes NewDeleteLeaks checker work independently from NewDelete.
Anton Yartsev
2013-04-12
1
-1
/
+1
*
[analyzer]Print field region even when the base region is not printable
Anna Zaks
2013-04-12
1
-2
/
+1
*
[analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to i...
Anton Yartsev
2013-04-11
1
-17
/
+20
*
[analyzer] Address Jordan’s review of r179219
Anna Zaks
2013-04-10
1
-1
/
+1
*
[analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
2013-04-10
1
-17
/
+30
*
[analyzer] Cleanup leak warnings: do not print the names of variables from ot...
Anna Zaks
2013-04-10
1
-6
/
+12
*
[analyzer] Keep tracking the pointer after the escape to more aggressively re...
Anna Zaks
2013-04-09
1
-30
/
+43
*
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-06
1
-2
/
+3
[prev]
[next]