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
/
array-struct-region.c
Age
Commit message (
Expand
)
Author
2013-02-21
[analyzer] Tighten up safety in the use of lazy bindings.
Jordan Rose
2013-02-01
[analyzer] Reuse a LazyCompoundVal if its type matches the new region.
Jordan Rose
2013-01-31
[analyzer] Fix a bug in region store that lead to undefined value false
Anna Zaks
2012-11-10
[analyzer] When invalidating symbolic offset regions, take fields into account.
Jordan Rose
2012-08-24
Fix analyzer tests.
Ted Kremenek
2012-08-22
Remove BasicConstraintManager. It hasn't been in active service for a while.
Ted Kremenek
2012-08-21
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
Jordan Rose
2012-08-08
[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.
Jordan Rose
2012-07-06
[analyzer] Fix mis-committed test. No functionality change.
Jordan Rose
2012-07-06
[analyzer] Be careful about LazyCompoundVals, which may be for the first field.
Jordan Rose
2012-05-16
[analyzer] Convert many existing tests to use clang_analyzer_eval.
Jordy Rose
2012-05-15
Improve some of the conversion warnings to fire on conversion to bool.
David Blaikie
2012-05-12
[analyzer] Test case: p->x is the same as p[0].x. (PR7297)
Jordy Rose
2012-04-05
Enable warn_impcast_literal_float_to_integer by default.
David Blaikie
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-03-24
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Remove '-analyzer-experimental-checks' flag.
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-15
[analyzer] Use the new registration mechanism on some of the experimental che...
Argyrios Kyrtzidis
2010-08-20
Handle nested compound values in BindArray for multidimensional arrays. Fixes...
Jordy Rose
2010-07-29
Move new test (that requires RegionStore) into its own file.
Jordy Rose