mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-14 15:16:07 +03:00
Merge current development state of 2.067
First merge of current development stream. Asm blocks are known to be broken. DMD: 0c9f437bc24015707130ba42dc434d9cd58282fb druntime: 86d49cfb3670904603df0cfdfe44c6fff565c0fc Phobos: a8ca4f7964becac680af0eadbde05aa7d10fc338
This commit is contained in:
parent
2bcf8880d1
commit
a2748cd2fd
95 changed files with 8240 additions and 7214 deletions
|
@ -204,7 +204,7 @@ LLConstant * IrAggr::getVtblInit()
|
|||
if (tf->ty == Tfunction)
|
||||
cd->deprecation("use of %s%s hidden by %s is deprecated; use 'alias %s = %s.%s;' to introduce base class overload set",
|
||||
fd->toPrettyChars(),
|
||||
Parameter::argsTypesToChars(tf->parameters, tf->varargs),
|
||||
"?FIXME?", //Parameter::argsTypesToChars(tf->parameters, tf->varargs),
|
||||
cd->toChars(),
|
||||
|
||||
fd->toChars(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue