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
/
complex.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-21
Prep for new warnings about control flow falling off the ends of
Mike Stump
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-26
Introduce a new concept to the static analyzer: SValuator.
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-22
This test case now passes with RegionStore.
Ted Kremenek
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2008-06-21
Include stdint.h instead of stdio.h.
Ted Kremenek
2008-06-19
Introduce initial transfer function support for __imag__ and __real__. We don't
Ted Kremenek