About 50 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 approach (project …

  3. 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 ...

  4. Cppcheck first collects all files in the specified directory, then applies the filter. Therefore, the filter pattern must include the directory path you specified.

  5. 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 of each …

  6. 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 ().

  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 ErrorLogger::toxml (). …

  8. Cppcheck: Checks

    May 14, 2024 · Checks Detailed Description

  9. Cppcheck: SymbolDatabase Class Reference

    Definition at line 55 of file symboldatabase.cpp. References createSymbolDatabaseClassAndStructScopes (), createSymbolDatabaseClassInfo ...

  10. Cppcheck: GUI

    May 14, 2024 · Get configured data dir. If not configured then it will try to determine that from exe path. Definition at line 75 of file common.cpp. Referenced by ProjectFileDialog ...