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.
1 parent 36a95a5 commit f5c28bdCopy full SHA for f5c28bd
mlir/lib/Transforms/ViewOpGraph.cpp
@@ -57,7 +57,7 @@ static std::string quoteString(const std::string &str) {
57
/// For Graphviz record nodes:
58
/// " Braces, vertical bars and angle brackets must be escaped with a backslash
59
/// character if you wish them to appear as a literal character "
60
-std::string escapeLabelString(const std::string &str) {
+static std::string escapeLabelString(const std::string &str) {
61
std::string buf;
62
llvm::raw_string_ostream os(buf);
63
for (char c : str) {
0 commit comments