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
/
derived-to-base.cpp
Age
Commit message (
Expand
)
Author
2013-04-22
[analyzer] Treat reinterpret_cast like a base cast in certain cases.
Jordan Rose
2013-02-22
[analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion.
Jordan Rose
2013-02-21
[analyzer] Tighten up safety in the use of lazy bindings.
Jordan Rose
2013-02-19
[analyzer] Don't accidentally strip off base object regions for lazy bindings.
Jordan Rose
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2012-08-21
[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.
Jordan Rose
2012-08-13
[analyzer] Handle dynamic_casts that turn out to be upcasts.
Jordan Rose
2012-08-13
[analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts.
Jordan Rose
2012-08-09
[analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base.
Jordan Rose
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2010-11-26
Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion.
Zhongxing Xu