Apply 'make format'
This commit is contained in:
parent
a0f4259233
commit
be83c9751f
|
@ -6272,7 +6272,8 @@ class WidthVisitor final : public VNVisitor {
|
|||
}
|
||||
}
|
||||
if (VN_IS(exprp, MemberSel)) {
|
||||
argp->v3warn(CONSTRAINTIGN, "std::randomize ("
|
||||
argp->v3warn(CONSTRAINTIGN,
|
||||
"std::randomize ("
|
||||
<< exprp->prettyTypeName()
|
||||
<< ") is non-LRM compliant (IEEE 1800-2023 18.12)."
|
||||
<< "Args should be in current scope, "
|
||||
|
|
Loading…
Reference in New Issue