Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AlgorithmCxxWork
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
addon-error
User selector
All users
Datepicker
All time
Commit history
Commits on May 17, 2022
1
danmar
committed
febd81d
View commit details
Copy full SHA for febd81d
Browse repository at this point
misra: fix crash
danmar
committed
8dbc1b8
View commit details
Copy full SHA for 8dbc1b8
Browse repository at this point
Commits on May 16, 2022
fix html report generation with pygments >= 2.12.0 (#4110)
Show description for d7317b4
pattop
authored
d7317b4
View commit details
Copy full SHA for d7317b4
Browse repository at this point
Commits on May 15, 2022
fail `run-clang-tidy` in case of compiler warnings / fixed Clang warnings / cleanups (#4036)
firewave
authored
14421ae
View commit details
Copy full SHA for 14421ae
Browse repository at this point
Fixed failing CI.
orbitcowboy
committed
06216b0
View commit details
Copy full SHA for 06216b0
Browse repository at this point
std.cfg: Improved configuration of fmod[lf]().
orbitcowboy
committed
ac4ee8e
View commit details
Copy full SHA for ac4ee8e
Browse repository at this point
Cleanup redundant parentheses
orbitcowboy
committed
e02182b
View commit details
Copy full SHA for e02182b
Browse repository at this point
Commits on May 14, 2022
library: Improved argument <valid>-interface to defined values that are explicitly excluded. (#4111)
Show description for 4f410ff
orbitcowboy
authored
4f410ff
View commit details
Copy full SHA for 4f410ff
Browse repository at this point
Commits on May 13, 2022
release-windows.yml: use windows-2022 (#3939)
firewave
authored
fffb03a
View commit details
Copy full SHA for fffb03a
Browse repository at this point
Fix #8004 unintentional semicolon in expression '.. ; +dostuff();' (#4109)
Show description for 52f507d
chrchr-github
authored
52f507d
View commit details
Copy full SHA for 52f507d
Browse repository at this point
always execute all selfcheck commands / aligned the selfcheck parameters and calls across jobs (#4108)
Show description for 1f9929c
firewave
authored
1f9929c
View commit details
Copy full SHA for 1f9929c
Browse repository at this point
Fix 11057: FP danglingTemporaryLifetime with reference member (#4103)
Show description for fbba72a
pfultz2
authored
fbba72a
View commit details
Copy full SHA for fbba72a
Browse repository at this point
Commits on May 12, 2022
Fix 11056: FP uninitvar with known condition in loop (#4107)
Show description for 5f9bee9
pfultz2
authored
5f9bee9
View commit details
Copy full SHA for 5f9bee9
Browse repository at this point
Fix 11062: false positive: knownEmptyContainer (regression) (#4106)
Show description for 6d3208e
pfultz2
authored
6d3208e
View commit details
Copy full SHA for 6d3208e
Browse repository at this point
Fix 11035: FP arrayIndexOutOfBoundsCond with array and vector (#4105)
Show description for 5d8da2b
pfultz2
authored
5d8da2b
View commit details
Copy full SHA for 5d8da2b
Browse repository at this point
Commits on May 11, 2022
Fix #9861 FN: "static" not suggested for non-const method (#4101)
Show description for e7e8b1b
chrchr-github
authored
e7e8b1b
View commit details
Copy full SHA for e7e8b1b
Browse repository at this point
Fix #11059 FP multiCondition when variable is assigned in if/else (#4102)
chrchr-github
authored
63a1698
View commit details
Copy full SHA for 63a1698
Browse repository at this point
Added a regression test for #4103 - Comparing Boolean variables (> or <)
orbitcowboy
committed
d0b7fe8
View commit details
Copy full SHA for d0b7fe8
Browse repository at this point
Fix #7197 not getting expected warning in relational comparison of booleans (#4095)
Show description for 942dbad
chrchr-github
authored
942dbad
View commit details
Copy full SHA for 942dbad
Browse repository at this point
Commits on May 10, 2022
std.cfg: Attempt to fix failing CI
orbitcowboy
committed
e9641e6
View commit details
Copy full SHA for e9641e6
Browse repository at this point
AST: Fix AST for array size calculation in cast (char (*)[...])
danmar
committed
72ba85a
View commit details
Copy full SHA for 72ba85a
Browse repository at this point
Tokenizer: fix for __attribute__ before function that returns a reference
danmar
committed
4257f9d
View commit details
Copy full SHA for 4257f9d
Browse repository at this point
Fix #11052 inline static global struct declaration interferes with checks (#4098)
chrchr-github
authored
a70d11a
View commit details
Copy full SHA for a70d11a
Browse repository at this point
Fix boolean expressions (#4099)
Show description for 759c16f
chrchr-github
authored
759c16f
View commit details
Copy full SHA for 759c16f
Browse repository at this point
std.cfg: Improved configuration of some <thread.h> (since C11) functions.
orbitcowboy
committed
f23111d
View commit details
Copy full SHA for f23111d
Browse repository at this point
dump: add token isComplex attribute
danmar
committed
0a4e2ab
View commit details
Copy full SHA for 0a4e2ab
Browse repository at this point
std.cfg: Improved configuration of thrd_create().
orbitcowboy
committed
5a718c0
View commit details
Copy full SHA for 5a718c0
Browse repository at this point
Remove severity 'experimental' from checkComparisonOfBoolWithBool() (#4097)
Show description for e2bb77f
chrchr-github
authored
e2bb77f
View commit details
Copy full SHA for e2bb77f
Browse repository at this point
Add tests for #6323, #6855, #6857 (#4096)
Show description for ad547af
chrchr-github
authored
ad547af
View commit details
Copy full SHA for ad547af
Browse repository at this point
std.cfg: Improved testing of std::system()
orbitcowboy
committed
57e3551
View commit details
Copy full SHA for 57e3551
Browse repository at this point
Fix FP uninitMemberVar with defaulted special member functions (#4094)
Show description for 52cbbb0
chrchr-github
authored
52cbbb0
View commit details
Copy full SHA for 52cbbb0
Browse repository at this point
added strict cfg check (#4093)
Show description for 56ac230
firewave
authored
56ac230
View commit details
Copy full SHA for 56ac230
Browse repository at this point
std.cfg: Improved configuration of std::filebuf::open().
orbitcowboy
committed
6152e57
View commit details
Copy full SHA for 6152e57
Browse repository at this point
std.cfg: Improved configuration of std::*stream::open().
orbitcowboy
committed
1382cd8
View commit details
Copy full SHA for 1382cd8
Browse repository at this point
std.cfg: Improved configuration of std::ifstream::open() and std::ios_base::open().
orbitcowboy
committed
6a35201
View commit details
Copy full SHA for 6a35201
Browse repository at this point
Previous
Next
You can’t perform that action at this time.