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
/
CFNumber.c
Age
Commit message (
Expand
)
Author
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
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-03-24
Rename clang to clang-cc.
Daniel Dunbar
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-21
This test now passes using -analyzer-store-region.
Ted Kremenek
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
Make test independent of stdint.h
Daniel Dunbar
2008-12-13
MemRegion:
Ted Kremenek
2008-12-13
Temporarily XFAIL these tests.
Ted Kremenek
2008-09-18
Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue.
Ted Kremenek
2008-06-26
Added a simple static analysis check to look for improper uses of CFCreateNum...
Ted Kremenek