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
*
Reverting bitfield size to attempt to fix a windows buildbot
Kristof Umann
2018-12-17
1
-1
/
+1
*
[analyzer][MallocChecker] Improve warning messages on double-delete errors
Kristof Umann
2018-12-15
1
-2
/
+10
*
[analyzer][MallocChecker][NFC] Document and reorganize some functions
Kristof Umann
2018-12-15
1
-422
/
+714
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-1
/
+1
*
[analyzer] MallocChecker: Avoid redundant transitions.
Artem Dergachev
2018-11-30
1
-2
/
+11
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-3
/
+0
*
[analyzer] Restrict AnalyzerOptions' interface so that non-checker objects ha...
Kristof Umann
2018-11-05
1
-3
/
+3
*
[analyzer] pr39348: MallocChecker: Realize that sized delete isn't custom del...
Artem Dergachev
2018-11-01
1
-31
/
+7
*
[analyzer] [NFC] Change scanReachableSymbols to use ranges
George Karpenkov
2018-10-23
1
-2
/
+1
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-4
/
+2
*
[analyzer] InnerPointerChecker: improve warning messages and notes.
Reka Kovacs
2018-08-10
1
-8
/
+22
*
[analyzer] InnerPointerChecker: fix displayed checker name.
Reka Kovacs
2018-08-06
1
-7
/
+23
*
[analyzer] Detect pointers escaped after ReturnStmt execution in MallocChecker.
Reka Kovacs
2018-08-02
1
-3
/
+25
*
Remove trailing space
Fangrui Song
2018-07-30
1
-19
/
+19
*
[analyzer] Add support for more invalidating functions in InnerPointerChecker.
Reka Kovacs
2018-07-30
1
-0
/
+5
*
[analyzer] Rename DanglingInternalBufferChecker to InnerPointerChecker.
Reka Kovacs
2018-07-20
1
-13
/
+13
*
[analyzer] Fix memory sanitizer error in MallocChecker.
Reka Kovacs
2018-07-19
1
-3
/
+3
*
[analyzer] Fix disappearing notes in DanglingInternalBufferChecker tests
Reka Kovacs
2018-07-19
1
-2
/
+3
*
[analyzer] Add support for more basic_string API in
Reka Kovacs
2018-07-19
1
-3
/
+19
*
[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
[next]