aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/array-struct.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Implement retrieval of the default value of element and field regions.Zhongxing Xu1-0/+8
2009-01-23Add a test case for init expr of array and struct type.Zhongxing Xu1-0/+1
2009-01-22Fix RegionStore::getLValueElement() to handle the case when the base region i...Ted Kremenek1-2/+3
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar1-2/+2
2009-01-13Add KillStruct to region store. Zhongxing Xu1-0/+1
2008-12-13MemRegion:Ted Kremenek1-1/+1
2008-11-30remove a test case that causes compiler warning.Zhongxing Xu1-1/+0
2008-11-30Add test for initializing array with string literal.Zhongxing Xu1-0/+7
2008-11-25Add documentation for test.Zhongxing Xu1-0/+10
2008-11-24Add no-warning to test case.Zhongxing Xu1-1/+1
2008-11-23Improve test case.Zhongxing Xu1-1/+1
2008-11-18Add test cast for struct array.Zhongxing Xu1-0/+4
2008-11-16Re-enable array-struct test.Zhongxing Xu1-1/+1
2008-11-13- Revert r59229 and r59232: AllocRegion should be immutable.Ted Kremenek1-2/+2
2008-11-13Add test for unsigned array index.Zhongxing Xu1-0/+5
2008-11-13Add test for incomplete struct pointer.Zhongxing Xu1-0/+9
2008-11-13Add a test case for alloca().Zhongxing Xu1-0/+6
2008-11-07Append the test runs with '&&'.Argyrios Kyrtzidis1-1/+1
2008-11-02Add function side-effect test cast.Zhongxing Xu1-0/+7
2008-10-31Add test code for array initialization.Zhongxing Xu1-0/+5
2008-10-27Add test for SCA region store.Zhongxing Xu1-0/+8
2008-10-25Add StringLiteral test code.Zhongxing Xu1-0/+7
2008-10-24Add random array and struct test code for SCA.Zhongxing Xu1-1/+6
2008-10-17Add test case for array and struct variable lvalue evaluation.Zhongxing Xu1-0/+14