clang-tidy: run through performance checks

Found with performance*

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2021-05-17 02:17:22 -07:00
committed by Luis Díaz Más
parent b8712188bb
commit f9d394adf0
13 changed files with 29 additions and 36 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ bool getToken(std::string& in,Token& token, std::set<std::string>* pNS=NULL)
return result;
}
Jzon::Node& addToTree(Jzon::Node& r1,Token token)
Jzon::Node& addToTree(Jzon::Node& r1, const Token& token)
{
Jzon::Object object ;
Jzon::Array array ;