About 400 results
Open links in new tab
  1. Cppcheck - A tool for static C/C++ code analysis

    Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs.

  2. Cppcheck - A tool for static C/C++ code analysis

    With Cppcheck you can check files manually by specifying files/paths to check and settings. Or you can use a build environment, such as CMake or Visual Studio. We don’t know which …

  3. Cppcheck checks non-standard code that contains various compiler exten-sions, inline assembly code, etc. Cppcheck should be compilable by any compiler that supports C++11 or later. …

  4. Online Demo - Cppcheck

    Examples This code can be copied and pasted in the edit box above. NULL pointers void f1 (struct fred_t * p) { // dereference p and then check if it's NULL int x = p ...

  5. Cppcheck: CppCheck Class Reference

    May 14, 2024 · Definition at line 231 of file cppcheck.h. Referenced by check (), checkClang (), checkFile (), internalError (), reportErr (), reportOut (), and reportProgress ().

  6. Cppcheck: Cppcheck

    Version 2.14.99 Overview Cppcheck is a simple tool for static analysis of C/C++ code. When you write a checker you have access to: Token list - the tokenized code Syntax tree - Syntax tree …

  7. Cppcheck: SuppressionList Class Reference

    May 14, 2024 · Definition at line 445 of file suppressions.cpp. References block, blockBegin, blockEnd, file, macro, mSuppressions, SuppressionList::Suppression::NO_LINE, and …

  8. Cppcheck: cppcheck.cpp Source File

    1758 unsigned int CppCheck::analyseWholeProgram (const std::string &buildDir, const std::list<FileWithDetails> &files, const std::list<FileSettings>& fileSettings)

  9. Cppcheck: ErrorLogger Class Reference

    Location and other information about the found error. Implemented in CppCheck, ThreadResult, and SyncLogForwarder.

  10. Cppcheck: checkthread.cpp Source File

    Definition: checkthread.cpp:420 Definition: checkthread.h:130 CppCheck::analyseWholeProgram