FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

/* * Cppcheck - A tool for static C/C++ code analysis * Copyright (C) 2007-2026 Cppcheck team. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include "checkthread.h" #include "analyzerinfo.h" #include "common.h" #include "cppcheck.h" #include "erroritem.h" #include "errorlogger.h" #include "errortypes.h" #include "filesettings.h" #include "settings.h" #include "standards.h" #include "threadresult.h" #include "utils.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include static QString unquote(QString s) { if (s.startsWith("\"")) s = s.mid(1, s.size() - 2); return s; } // NOLINTNEXTLINE(performance-unnecessary-value-param) - used as callback so we need to preserve the signature int CheckThread::executeCommand(std::string exe, std::vector args, std::string redirect, std::string &output) // cppcheck-suppress passedByValueCallback { output.clear(); QStringList args2; for (const std::string &arg: args) args2 systemIncludePaths.cend(); ++i) args

Back | FazBrowse Home | New Git URL