Fixed an issue where the KVO swizzled type would be returned as the dynamic type instead of the actual user-level type
 - see the test case in lang/objc/objc-dynamic-value for an example
Objective-C dynamic type lookup now works for every Objective-C type
 - previously, true dynamic lookup was only performed for type id

llvm-svn: 136763
6 files changed
tree: b1580154477ba572aee2e9b1ed49954c408c9ffb
  1. clang/
  2. compiler-rt/
  3. debuginfo-tests/
  4. libcxx/
  5. libcxxabi/
  6. lldb/
  7. llvm/
  8. polly/