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
/
dtor.cpp
Age
Commit message (
Expand
)
Author
2013-04-03
[analyzer] Correctly handle destructors for lifetime-extended temporaries.
Jordan Rose
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2012-12-12
[analyzer] Don't crash running destructors for multidimensional arrays.
Jordan Rose
2012-09-11
[analyzer] Member function calls that use qualified names are non-virtual.
Jordan Rose
2012-09-06
[analyzer] Don't attempt to devirtualize calls to base class destructors.
Jordan Rose
2012-09-05
[analyzer] Always include destructors in the analysis CFG.
Jordan Rose
2012-08-31
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-28
[analyzer] When we look for the last stmt in a function, skip implicit dtors.
Jordan Rose
2012-08-15
[analyzer] Correctly devirtualize virtual method calls in destructors.
Jordan Rose
2012-07-31
[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.
Jordan Rose
2012-07-26
[analyzer] Don't crash on implicit statements inside initializers.
Jordan Rose
2012-07-26
[analyzer] Don't crash on array constructors and destructors.
Jordan Rose
2012-07-26
[analyzer] Handle C++ member initializers and destructors.
Jordan Rose
2012-07-26
[analyzer] Show paths for destructor calls.
Jordan Rose
2012-07-26
[analyzer] Inline ctors + dtors when the CFG is built for them.
Jordan Rose
2012-03-08
[analyzer] Rework inlining related command line options.
Anna Zaks
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate NSErrorChecker and DereferenceChecker to CheckerV2.
Argyrios Kyrtzidis
2010-11-20
Handle CFGAutomaticObjDtor.
Zhongxing Xu