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
2012-10-01
[analyzer] Add a test for PR13927 "offsetof replacement flagged as null deref"
Jordan Rose
2012-08-24
Fix analyzer tests.
Ted Kremenek
2012-08-22
Remove BasicConstraintManager. It hasn't been in active service for a while.
Ted Kremenek
2012-08-16
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-07-28
Really remove FlatStoreManager and BasicStoreManager, this time from the driv...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the experimental int...
Argyrios Kyrtzidis
2010-07-29
Move new test (that requires RegionStore) into its own file.
Jordy Rose
2010-07-29
Use a LazyCompoundVal to handle initialization with a string literal, rather ...
Jordy Rose
2010-02-05
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Replace clang-cc with clang -cc1.
Zhongxing Xu
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
[next]