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
/
test
/
Analysis
/
malloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
Fix for PR15623 (corrected r290413 reverted at 290415). The patch eliminates ...
Anton Yartsev
2016-12-25
1
-0
/
+11
*
Revert changes made by r290413 until regression is fixed.
Anton Yartsev
2016-12-23
1
-11
/
+0
*
Fix for PR15623. The patch eliminates unwanted ProgramState checker data prop...
Anton Yartsev
2016-12-23
1
-0
/
+11
*
[analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev
2016-04-25
1
-0
/
+19
*
[analyzer] Fix missed leak from MSVC specific allocation functions
Anna Zaks
2016-03-08
1
-0
/
+76
*
[analyzer] Assume escape is possible through system functions taking void*
Anna Zaks
2015-10-27
1
-0
/
+17
*
[analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).
Devin Coughlin
2015-09-22
1
-3
/
+31
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-1
/
+3
*
Revert "[Static Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingN...
Devin Coughlin
2015-09-08
1
-2
/
+1
*
[Static Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingNodes.emp...
Gabor Horvath
2015-08-27
1
-1
/
+2
*
[analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
Anton Yartsev
2015-04-14
1
-0
/
+106
*
[analyzer] Bug fix: do not report leaks for alloca()
Anton Yartsev
2015-03-04
1
-0
/
+9
*
[analyzer] Teach CastSizeChecker about flexible array members.
Jordan Rose
2014-02-18
1
-0
/
+216
*
Fixup to r196593.
Anna Zaks
2013-12-06
1
-0
/
+6
*
[analyzer] Better modeling of memcpy by the CStringChecker (PR16731).
Anton Yartsev
2013-11-17
1
-0
/
+41
*
[analyzer] Assume that strings are no longer than SIZE_MAX/4.
Jordan Rose
2013-08-19
1
-0
/
+32
*
[analyzer] If realloc fails on an escaped region, that region doesn't leak.
Jordan Rose
2013-08-15
1
-0
/
+10
*
[analyzer] Indirect invalidation counts as an escape for leak checkers.
Jordan Rose
2013-05-10
1
-8
/
+34
*
[analyzer] Keep tracking the pointer after the escape to more aggressively re...
Anna Zaks
2013-04-09
1
-1
/
+1
*
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-06
1
-22
/
+22
*
[analyzer] Track malloc'd memory into struct fields.
Jordan Rose
2013-03-20
1
-34
/
+32
*
[analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.
Anna Zaks
2013-03-15
1
-0
/
+11
*
[analyzer] Report bugs when freeing memory with offset pointer
Anna Zaks
2013-02-07
1
-0
/
+100
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-0
/
+34
*
[analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
2013-02-06
1
-18
/
+22
*
[analyzer] Fix test to work on non-LP64 systems.
Jordan Rose
2012-11-27
1
-5
/
+8
*
clang/test: Suppress two tests on LLP64 target, Windows x64.
NAKAMURA Takumi
2012-11-19
1
-0
/
+2
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
1
-29
/
+30
*
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-11-15
1
-0
/
+5
*
[analyzer] Fix another false positive in malloc realloc logic.
Anna Zaks
2012-09-12
1
-0
/
+10
*
Adjust some analyzer tests to place widely shared inputs inside of an
Chandler Carruth
2012-09-12
1
-1
/
+1
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-1
/
+1
*
[analyzer] Fix realloc related bug in the malloc checker.
Anna Zaks
2012-08-24
1
-5
/
+14
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-3
/
+3
*
[analyzer] Clean up the printing of FieldRegions for leaks.
Jordan Rose
2012-08-08
1
-3
/
+9
*
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-08-08
1
-25
/
+23
*
[analyzer] Malloc: remove assert since is not valid as of r161248
Anna Zaks
2012-08-04
1
-0
/
+12
*
[analyzer] Malloc: track non-allocated but freed memory
Anna Zaks
2012-08-03
1
-3
/
+11
*
[analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.
Jordan Rose
2012-07-02
1
-0
/
+12
*
[analyzer] Malloc leak false positive: Allow xpc context to escape.
Anna Zaks
2012-06-20
1
-0
/
+13
*
[analyzer] Buffers passed to CGBitmapContextCreate can escape.
Jordan Rose
2012-06-16
1
-0
/
+19
*
[analyze] Change some of the malloc tests to use clang_analyzer_eval.
Anna Zaks
2012-06-08
1
-13
/
+8
*
[analyzer] Fixit for r158136.
Anna Zaks
2012-06-07
1
-0
/
+17
*
[analyzer] Anti-aliasing: different heap allocations do not alias
Anna Zaks
2012-06-07
1
-4
/
+47
*
[analyzer]Malloc: refactor and report use after free by memory
Anna Zaks
2012-05-18
1
-4
/
+8
[next]