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
/
misc-ps-region-store-x86_64.m
Age
Commit message (
Expand
)
Author
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-08-24
Fix analyzer tests.
Ted Kremenek
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
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-07-15
More test cases revealed that the logic in StoreManager::InvalidateRegion() n...
Ted Kremenek
2009-07-14
Split out 'test2' into an i386 and x86_64 file, illustrating how the
Ted Kremenek