Bump dsymbol to use branch use-gcallocator
Replace deprecated `body` with `do` Bump dsymbol Bump dsymbol
This commit is contained in:
parent
30290bc690
commit
41d9682a5f
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
|||
Subproject commit aa4db35bee875a3c937cdd78b7f2e8c3a475fe79
|
||||
Subproject commit 049bec15b153bd1bc7ca78af862cfd41ae8c2d9f
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue