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
/
casts.c
Age
Commit message (
Expand
)
Author
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-10-14
Add comments to test.
Zhongxing Xu
2009-08-20
Make this test case more portable by removing its dependency on system header...
Ted Kremenek
2009-07-30
Add casts to avoid a bunch of unused expr warnings. (They aren't reported rig...
Anders Carlsson
2009-07-21
Prep for new warning.
Mike Stump
2009-07-10
Fix silly mistake I made applying patch to fix test.
Eli Friedman
2009-07-10
Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches
Eli Friedman
2009-06-19
A further step of r73690: associate the cast-to type with the created symbol,
Zhongxing Xu
2009-06-19
If the SymbolicRegion was cast to another type, use that type to create the
Zhongxing Xu
2009-06-18
Modify test case comments.
Zhongxing Xu
2009-06-18
When casting region, if we do not create an element region, record the cast-to
Zhongxing Xu
2009-05-08
Replace the heuristic isSmallerThan with ASTContext::getTypeSize().
Zhongxing Xu
2009-05-01
StoreManager::CastRegion:
Ted Kremenek
2009-04-29
Added comments to test case.
Zhongxing Xu
2009-04-29
Update test case.
Zhongxing Xu
2009-04-29
XFAIL the test case.
Zhongxing Xu
2009-04-28
Add test case.
Zhongxing Xu