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
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2010-02-05
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-01-14
Simplify test case. This test case also applies to PR 6013.
Ted Kremenek
2010-01-14
Associate test case with Bugzilla PR.
Ted Kremenek
2010-01-14
Fix pr6035.
Zhongxing Xu
2010-01-09
add a bunch of missing prototypes to tests
Chris Lattner
2010-01-05
Move test case to a more appropriate file.
Zhongxing Xu
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-29
Normalize options to use '-FOO' instead of '--FOO'.
Daniel Dunbar
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