Bump dsymbol to use branch use-gcallocator

Replace deprecated `body` with `do`

Bump dsymbol

Bump dsymbol
This commit is contained in:
Per Nordlöw 2021-08-23 23:02:09 +02:00 committed by Mathias LANG
parent 30290bc690
commit 41d9682a5f
2 changed files with 3 additions and 4 deletions

@ -1 +1 @@
Subproject commit aa4db35bee875a3c937cdd78b7f2e8c3a475fe79
Subproject commit 049bec15b153bd1bc7ca78af862cfd41ae8c2d9f

View File

@ -265,7 +265,7 @@ private:
{
assert(isProtection(p));
}
body
do
{
stack[$ - 1].protection = p;
}
@ -275,7 +275,7 @@ private:
{
assert(isProtection(p));
}
body
do
{
stack ~= ProtectionInfo(p, false);
}
@ -349,4 +349,3 @@ unittest
stderr.writeln("Unittest for UndocumentedDeclarationCheck passed.");
}