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] Highlight c_str() call in DanglingInternalBufferChecker.
Reka Kovacs
2018-07-07
1
-0
/
+5
*
[analyzer] Fix -Wcovered-switch-default warning in MallocChecker.
Reka Kovacs
2018-07-07
1
-1
/
+0
*
[analyzer] Highlight container object destruction in MallocChecker.
Reka Kovacs
2018-07-07
1
-14
/
+46
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-2
/
+2
*
[analyzer] Do not run visitors until the fixpoint, run only once.
George Karpenkov
2018-06-26
1
-4
/
+3
*
[analyzer] Add dangling internal buffer check.
Reka Kovacs
2018-06-09
1
-2
/
+22
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-9
/
+9
*
[analyzer] pr18953: Split C++ zero-initialization from default initialization.
Artem Dergachev
2018-05-04
1
-1
/
+1
*
[Attr] [NFC] Revert accidental change from r327405
Joel E. Denny
2018-04-02
1
-1
/
+1
*
[analyzer] Suppress more MallocChecker positives in smart pointer destructors.
Artem Dergachev
2018-03-21
1
-14
/
+39
*
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
[prev]
[next]