aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/malloc.cpp
AgeCommit message (Expand)Author
2013-05-01[analyzer] Consolidate constant evaluation logic in SValBuilder.Jordan Rose
2013-04-02[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...Anna Zaks
2013-02-06[analyzer]Revert part of r161511; suppresses leak false positives in C++Anna Zaks
2012-11-15[analyzer] Report leaks at the closing brace of a function body.Jordan Rose
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose
2012-08-24Fix analyzer tests.Ted Kremenek
2012-05-04[analyzer] One more pointer escape test.Anna Zaks
2012-05-03[analyzer] Allow pointers escape through calls containing callback args.Anna Zaks
2012-03-29[analyzer] Add a malloc cpp test file.Anna Zaks