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
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
1
-5
/
+6
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
1
-6
/
+5
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
1
-5
/
+6
*
[analyzer] MallocChecker: Suppress false positives in shared pointers.
Artem Dergachev
2018-02-27
1
-7
/
+56
*
[analyzer] MallocChecker: Fix one more bug category.
Artem Dergachev
2018-02-08
1
-2
/
+2
*
[analyzer] operator new: Add a new checker callback, check::NewAllocator.
Artem Dergachev
2018-01-17
1
-25
/
+55
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-16
/
+12
*
[analyzer] Fix some check's output plist not containing the check name
Gabor Horvath
2018-01-06
1
-1
/
+6
*
[analyzer] Fix memory error bug category capitalization.
Artem Dergachev
2017-05-03
1
-15
/
+18
*
[analyzer] Detect bad free of function pointers
Daniel Marjamaki
2017-05-02
1
-1
/
+44
*
[analyzer] Teach the MallocChecker about Glib API for two arguments
Leslie Zhai
2017-04-26
1
-28
/
+74
*
[analyzer] Teach the MallocChecker about about Glib API
Anna Zaks
2017-03-09
1
-7
/
+40
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-1
/
+1
*
Migrate PathDiagnosticPiece to std::shared_ptr
David Blaikie
2017-01-05
1
-10
/
+8
*
[analyzer] Fix crash in MallocChecker.
Devin Coughlin
2016-12-16
1
-2
/
+1
*
[analyzer] Add another exception for Qt in MallocChecker
Artem Dergachev
2016-12-16
1
-0
/
+5
*
Revert "Revert "[analyzer] Make MallocChecker more robust against custom rede...
Devin Coughlin
2016-10-16
1
-0
/
+4
*
Revert "[analyzer] Make MallocChecker more robust against custom redeclarations"
Devin Coughlin
2016-10-16
1
-4
/
+0
*
[analyzer] Make MallocChecker more robust against custom redeclarations
Devin Coughlin
2016-10-16
1
-0
/
+4
*
[analyzer] Calculate extent size for memory regions allocated by new expression.
Gabor Horvath
2016-09-19
1
-0
/
+52
*
[analyzer] Small cleanups when checkers retrieving statements from exploded
Gabor Horvath
2016-08-18
1
-22
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-1
/
+2
*
[analyzer] Fix missed leak from MSVC specific allocation functions
Anna Zaks
2016-03-08
1
-13
/
+23
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
1
-3
/
+3
*
[analyzer] Fix false warning about memory leak for QApplication::postEvent
Anna Zaks
2016-01-06
1
-0
/
+10
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-6
/
+3
*
[analyzer] Assume escape is possible through system functions taking void*
Anna Zaks
2015-10-27
1
-1
/
+1
*
[analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Devin Coughlin
2015-09-22
1
-13
/
+25
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-11
/
+13
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-74
/
+74
*
Wdeprecated: BugReporterVisitors are copied for cloning (BugReporterVisitorIm...
David Blaikie
2015-08-13
1
-3
/
+2
*
Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by...
David Blaikie
2015-08-13
1
-1
/
+1
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-28
/
+29
*
[analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
Anton Yartsev
2015-04-14
1
-11
/
+155
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[analyzer] Make getCheckIfTracked() return either leak or regular checker.
Anton Yartsev
2015-03-10
1
-19
/
+29
*
[analyzer] Remove unused type (addition to r231540: "Revert changes from r229...
Anton Yartsev
2015-03-07
1
-1
/
+0
*
[analyzer] Revert changes from r229593; an enhancement is under discussion
Anton Yartsev
2015-03-07
1
-87
/
+67
*
[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
[next]