diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-07-01 03:28:42 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-07-01 03:28:42 +0000 |
commit | 4b662a5684d41ea4ff6b52711929e00fefb00db1 (patch) | |
tree | f11dbab371a1659c72ac363424f31952cee18117 /www/compatibility.html | |
parent | 2fef752aebece6786e5f3d54984272ef85564af8 (diff) |
Revert r107374, which broke bootstrap.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/compatibility.html')
-rw-r--r-- | www/compatibility.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/compatibility.html b/www/compatibility.html index 0f8409b953..85133fbca2 100644 --- a/www/compatibility.html +++ b/www/compatibility.html @@ -590,8 +590,9 @@ void g(Base *base) { downcast.mm:6:3: error: no matching function for call to 'f' f(base); ^ -downcast.mm:4:6: note: candidate function not viable: cannot convert from - superclass 'Base *' to subclass 'Derived *' for 1st argument +downcast.mm:4:6: note: candidate function not viable: cannot convert from base + class pointer 'Base *' to derived class pointer 'Derived *' for 1st + argument void f(Derived *); ^ </pre> |