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 ...
TEST_CASE(derivedClass); // skip warning for derived classes. It might be a virtual function. TEST_CASE(borland); // skip FP when using __property // No false positives when there are "unused" templates that are removed in the simplified token list TEST_CASE(template1); } void check(...
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) {
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); ...
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 ...