mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
clang-tidy cleanups. No functional change intended.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ class CUseVisitor : public AstNVisitor {
|
||||
funcp->isStatic(false);
|
||||
funcp->protect(false);
|
||||
AstNode* exprp = new AstCMath(nodep->fileline(),
|
||||
"std::string(\"'{\") + to_string_middle() + \"}\"", 0);
|
||||
R"(std::string("'{") + to_string_middle() + "}")", 0);
|
||||
exprp->dtypeSetString();
|
||||
funcp->addStmtsp(new AstCReturn(nodep->fileline(), exprp));
|
||||
nodep->addStmtp(funcp);
|
||||
|
||||
Reference in New Issue
Block a user