We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Expr
1 parent d940c39 commit 5b06dc6Copy full SHA for 5b06dc6
src/parse/ASTDot.cpp
@@ -79,7 +79,7 @@ void ASTDot::operator()(Const<Designator> &e)
79
<< " [style=\"dashed\",dir=\"forward\",color=\"#404040\"];";
80
} else if (auto val = std::get_if<const Expr*>(&t)) {
81
const Expr *expr = *val;
82
- indent() << id(e) << EDGE << id(*expr) << " [style=\"dashed\",dir=\"forward\",color=\"#404040\"];";
+ indent() << id(e) << EDGE << id(*expr) << " [style=\"dashed\",dir=\"forward\",color=\"crimson\"];";
83
}
84
85
0 commit comments