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
/
uninit-vals-ps-region.c
Age
Commit message (
Expand
)
Author
2009-11-04
Catch uses of undefined values when they are used in assignment, thus catchin...
Ted Kremenek
2009-09-24
Shorten the static analyzer diagnostic for 'use of garbage value'.
Ted Kremenek
2009-09-16
Have divide-by-zero checker not handled undefined denominators. This is hand...
Ted Kremenek
2009-09-11
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-08-28
Add uninitialized values test case.
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
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-01-30
enable test as it works
Nuno Lopes
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2008-12-20
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-04
Revise bogus comment I just committed.
Ted Kremenek
2008-12-04
Add comment to test case for documentation.
Ted Kremenek
2008-11-20
Split region store specific test cases.
Zhongxing Xu