| commit | c74275bc4ae734d93a994dbe7d071f79c0137039 | [log] [tgz] |
|---|---|---|
| author | Enrico Granata <egranata@apple.com> | Tue Sep 22 19:45:52 2015 +0000 |
| committer | Enrico Granata <egranata@apple.com> | Tue Sep 22 19:45:52 2015 +0000 |
| tree | 010b9bf99048722a21f77358d2eadccbd6e8d4c5 | |
| parent | d60db64e7dd4b430d74d883dfa8cb84c22c336c0 [diff] |
Move the logic to post-process dynamic types for ValueObject purposes from the ValueObjects to the LanguageRuntime plugins This is meant to cover cases such as the obvious Base *base = new Derived(); where GetDynamicTypeAndAddress(base) would return the type "Derived", not "Derived *" llvm-svn: 248315