Check that virtual function non-narrow access modifier in derived class (#2229) 5年前 AUTHORS AUTHORS: Add 'uhziel' 4年前 CMakeLists.txt Add find_package(tinyxml2) to CMake builds (#2691) 4年前 COPYING Licensing: Using the GPL 3 license ...
void overrideError(const Function *funcInBase, const Function *funcInDerived); void thisUseAfterFree(const Token *self, const Token *free, const Token *use); void unsafeClassRefMemberError(const Token *tok, const std::string &varname); ...
std::string Library::getFunctionName(const Token *ftok, bool *error) const { if (!ftok) { *error = true; return ""; } if (ftok->isName()) { for (const Scope *scope = ftok->scope(); scope; scope = scope->nestedIn) {
premium-misra-cpp-2023-8.2.7:lib/checkclass.cpp # ignored function return value (emplace etc) premium-misra-cpp-2023-0.1.2 # TODO use named function arguments premium-misra-cpp-2023-0.2.2 # we comment out code by intention in some cases premium-misra-cpp-2023-5.7.2 # TODO ...