index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
array-struct.c
Age
Commit message (
Expand
)
Author
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-09
Add checker for CWE-588: Attempt to Access Child of a Non-structure Pointer.
Zhongxing Xu
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-11-07
Implement -Wconversion. Off by default, in the non-gcc group. There's
John McCall
2009-07-30
Add casts to avoid a bunch of unused expr warnings. (They aren't reported rig...
Anders Carlsson
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-21
Remove stale comment and fix RUN line.
Ted Kremenek
2009-07-10
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-06
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-06-29
Invalidate the alloca region by setting its default value to conjured symbol.
Zhongxing Xu
2009-06-28
Now this test case passes.
Zhongxing Xu
2009-06-28
Invalidate a field of struct type by setting its default value to conjured
Zhongxing Xu
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-11
Bind the mistakenly generated nonloc::SymbolVal to struct correctly. See the
Zhongxing Xu
2009-05-20
Treat AllocaRegion as SymbolicRegion in RegionStore::Retrieve().
Zhongxing Xu
2009-05-20
Add comments to test case.
Zhongxing Xu
2009-05-20
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
2009-05-12
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-04
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-05-03
region store: make Retrieve() can retrieve embedded array correctly. Also
Zhongxing Xu
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-18
add test case.
Zhongxing Xu
2009-02-19
add test case.
Zhongxing Xu
2009-02-17
Update several tests to explicitly use BasicConstraintManager as well as to u...
Ted Kremenek
2009-02-17
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-01-23
Implement retrieval of the default value of element and field regions.
Zhongxing Xu
2009-01-23
Add a test case for init expr of array and struct type.
Zhongxing Xu
2009-01-22
Fix RegionStore::getLValueElement() to handle the case when the base region i...
Ted Kremenek
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-13
Add KillStruct to region store.
Zhongxing Xu
2008-12-13
MemRegion:
Ted Kremenek
2008-11-30
remove a test case that causes compiler warning.
Zhongxing Xu
2008-11-30
Add test for initializing array with string literal.
Zhongxing Xu
2008-11-25
Add documentation for test.
Zhongxing Xu
2008-11-24
Add no-warning to test case.
Zhongxing Xu
2008-11-23
Improve test case.
Zhongxing Xu
2008-11-18
Add test cast for struct array.
Zhongxing Xu
2008-11-16
Re-enable array-struct test.
Zhongxing Xu
2008-11-13
- Revert r59229 and r59232: AllocRegion should be immutable.
Ted Kremenek
2008-11-13
Add test for unsigned array index.
Zhongxing Xu
2008-11-13
Add test for incomplete struct pointer.
Zhongxing Xu
2008-11-13
Add a test case for alloca().
Zhongxing Xu
2008-11-07
Append the test runs with '&&'.
Argyrios Kyrtzidis
2008-11-02
Add function side-effect test cast.
Zhongxing Xu
2008-10-31
Add test code for array initialization.
Zhongxing Xu
2008-10-27
Add test for SCA region store.
Zhongxing Xu
2008-10-25
Add StringLiteral test code.
Zhongxing Xu
2008-10-24
Add random array and struct test code for SCA.
Zhongxing Xu
2008-10-17
Add test case for array and struct variable lvalue evaluation.
Zhongxing Xu