summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Teach CastSizeChecker about flexible array members.Jordan Rose2014-02-181-0/+216
* Fixup to r196593.Anna Zaks2013-12-061-0/+6
* [analyzer] Better modeling of memcpy by the CStringChecker (PR16731).Anton Yartsev2013-11-171-0/+41
* [analyzer] Assume that strings are no longer than SIZE_MAX/4.Jordan Rose2013-08-191-0/+32
* [analyzer] If realloc fails on an escaped region, that region doesn't leak.Jordan Rose2013-08-151-0/+10
* [analyzer] Indirect invalidation counts as an escape for leak checkers.Jordan Rose2013-05-101-8/+34
* [analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks2013-04-091-1/+1
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-22/+22
* [analyzer] Track malloc'd memory into struct fields.Jordan Rose2013-03-201-34/+32
* [analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.Anna Zaks2013-03-151-0/+11
* [analyzer] Report bugs when freeing memory with offset pointerAnna Zaks2013-02-071-0/+100
* [analyzer] Add pointer escape type param to checkPointerEscape callbackAnna Zaks2013-02-071-0/+34
* [analyzer]Revert part of r161511; suppresses leak false positives in C++Anna Zaks2013-02-061-18/+22
* [analyzer] Fix test to work on non-LP64 systems.Jordan Rose2012-11-271-5/+8
* clang/test: Suppress two tests on LLP64 target, Windows x64.NAKAMURA Takumi2012-11-191-0/+2
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-29/+30
* [analyzer] Mark symbol values as dead in the environment.Jordan Rose2012-11-151-0/+5
* [analyzer] Fix another false positive in malloc realloc logic.Anna Zaks2012-09-121-0/+10
* Adjust some analyzer tests to place widely shared inputs inside of anChandler Carruth2012-09-121-1/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* [analyzer] Fix realloc related bug in the malloc checker.Anna Zaks2012-08-241-5/+14
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-3/+3
* [analyzer] Clean up the printing of FieldRegions for leaks.Jordan Rose2012-08-081-3/+9
* [analyzer] Track malloc'd regions stored in structs.Jordan Rose2012-08-081-25/+23
* [analyzer] Malloc: remove assert since is not valid as of r161248Anna Zaks2012-08-041-0/+12
* [analyzer] Malloc: track non-allocated but freed memoryAnna Zaks2012-08-031-3/+11
* [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent.Jordan Rose2012-07-021-0/+12
* [analyzer] Malloc leak false positive: Allow xpc context to escape.Anna Zaks2012-06-201-0/+13
* [analyzer] Buffers passed to CGBitmapContextCreate can escape.Jordan Rose2012-06-161-0/+19
* [analyze] Change some of the malloc tests to use clang_analyzer_eval.Anna Zaks2012-06-081-13/+8
* [analyzer] Fixit for r158136.Anna Zaks2012-06-071-0/+17
* [analyzer] Anti-aliasing: different heap allocations do not aliasAnna Zaks2012-06-071-4/+47
* [analyzer]Malloc: refactor and report use after free by memoryAnna Zaks2012-05-181-4/+8
* [analyzer]Fixup r156134: Handle the case when FunctionDecl isn't avail.Anna Zaks2012-05-041-0/+6
* [analyzer] Assume pointer escapes when a callback is passed insideAnna Zaks2012-05-031-0/+10
* [analyzer] Allow pointers escape through calls containing callback args.Anna Zaks2012-05-031-0/+21
* [analyzer] Conjure a symbol to ensure we can identify pointer arithmeticAnna Zaks2012-05-031-0/+7
* [analyzer] Revert the functional part of r155944. Anna Zaks2012-05-031-7/+0
* [analyzer] Fix the 'ptr = ptr' false negative in the Malloc checker.Anna Zaks2012-05-021-0/+6
* Teach SValBuilder to handle casts of symbolic pointer values to an integer tw...Ted Kremenek2012-05-011-0/+14
* [analyzer] Test case reported for a reported false positive, now fixed.Anna Zaks2012-05-011-0/+9
* [analyzer] Construct a SymExpr even when the constraint solver cannotAnna Zaks2012-05-011-0/+7
* [analyzer] check lazy bindings in RegionStore first before looking for defaul...Ted Kremenek2012-04-261-0/+16
* [analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks2012-03-211-16/+16
* Teach SimpleSValBuilder that (in the absence of more information) stack memor...Ted Kremenek2012-03-051-0/+32
* [analyzer] Malloc: A pointer might escape through CFContainers APIs,Anna Zaks2012-02-291-0/+43
* [analyzer] Malloc: unique leak reports by allocation site.Anna Zaks2012-02-231-2/+2
* [analyzer] Invalidate the region passed to pthread_setspecific() call.Anna Zaks2012-02-231-0/+10
* [analyzer] Malloc cleanup:Anna Zaks2012-02-221-0/+6
* [analyzer] Malloc checker: mark 'strdup' and 'strndup' as allocators.Anna Zaks2012-02-221-0/+19
OpenPOWER on IntegriCloud