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
*
[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
*
[analyzer]Fixup r156134: Handle the case when FunctionDecl isn't avail.
Anna Zaks
2012-05-04
1
-0
/
+6
*
[analyzer] Assume pointer escapes when a callback is passed inside
Anna Zaks
2012-05-03
1
-0
/
+10
*
[analyzer] Allow pointers escape through calls containing callback args.
Anna Zaks
2012-05-03
1
-0
/
+21
*
[analyzer] Conjure a symbol to ensure we can identify pointer arithmetic
Anna Zaks
2012-05-03
1
-0
/
+7
*
[analyzer] Revert the functional part of r155944.
Anna Zaks
2012-05-03
1
-7
/
+0
*
[analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker.
Anna Zaks
2012-05-02
1
-0
/
+6
*
Teach SValBuilder to handle casts of symbolic pointer values to an integer tw...
Ted Kremenek
2012-05-01
1
-0
/
+14
*
[analyzer] Test case reported for a reported false positive, now fixed.
Anna Zaks
2012-05-01
1
-0
/
+9
*
[analyzer] Construct a SymExpr even when the constraint solver cannot
Anna Zaks
2012-05-01
1
-0
/
+7
*
[analyzer] check lazy bindings in RegionStore first before looking for defaul...
Ted Kremenek
2012-04-26
1
-0
/
+16
*
[analyzer] Malloc: Utter the name of the leaked variable.
Anna Zaks
2012-03-21
1
-16
/
+16
*
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
1
-0
/
+32
*
[analyzer] Malloc: A pointer might escape through CFContainers APIs,
Anna Zaks
2012-02-29
1
-0
/
+43
*
[analyzer] Malloc: unique leak reports by allocation site.
Anna Zaks
2012-02-23
1
-2
/
+2
*
[analyzer] Invalidate the region passed to pthread_setspecific() call.
Anna Zaks
2012-02-23
1
-0
/
+10
*
[analyzer] Malloc cleanup:
Anna Zaks
2012-02-22
1
-0
/
+6
*
[analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators.
Anna Zaks
2012-02-22
1
-0
/
+19
[next]