summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Let TK_PreserveContents span across the whole base region.Artem Dergachev2016-04-251-0/+19
* [analyzer] Fix missed leak from MSVC specific allocation functionsAnna Zaks2016-03-081-0/+76
* [analyzer] Assume escape is possible through system functions taking void*Anna Zaks2015-10-271-0/+17
* [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).Devin Coughlin2015-09-221-3/+31
* [analyzer] Add generateErrorNode() APIs to CheckerContext.Devin Coughlin2015-09-161-1/+3
* Revert "[Static Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingN...Devin Coughlin2015-09-081-2/+1
* [Static Analyzer] BugReporter.cpp:2869: Assertion failed: !RemainingNodes.emp...Gabor Horvath2015-08-271-1/+2
* [analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.Anton Yartsev2015-04-141-0/+106
* [analyzer] Bug fix: do not report leaks for alloca()Anton Yartsev2015-03-041-0/+9
* [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
OpenPOWER on IntegriCloud