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
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
.
cppchecksolutions
/
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
Breadcrumbs
History for
cppcheck
addons
test
on
dataflow
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2026
Fix #14628: MISRA: avoid false positives for true/false after #14607 (#8388)
Show description for e41115d
varshneydevansh
authored
e41115d
View commit details
Copy full SHA for e41115d
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Fix #14607: MISRA: make rule 10.3 warn on bool <- 0/1 in C99 and later (#8340)
Show description for b70e34d
varshneydevansh
authored
b70e34d
View commit details
Copy full SHA for b70e34d
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
fix(docs): correct typos found during code review (#8291)
Show description for 6c25934
marcelpetrick
and
chrchr-github
authored
6c25934
View commit details
Copy full SHA for 6c25934
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
y2038: eliminate false positives with automatic build system detection (#7631)
Show description for 5fd0e6c
Hiesx
authored
5fd0e6c
View commit details
Copy full SHA for 5fd0e6c
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
#14173: Add Valuetype type and sign for stdint macros (#7869)
swasti16
authored
68454d6
View commit details
Copy full SHA for 68454d6
View code at this point
Browse repository at this point
Commits on Aug 3, 2025
Fix #14038 (Simplecpp: update to 1.5.1) (#7708)
danmar
authored
4e2b277
View commit details
Copy full SHA for 4e2b277
View code at this point
Browse repository at this point
Commits on Jul 16, 2025
Fix #14022: MISRA 7.3 false negative on hexadecimal literal (#7676)
amacgregor-sym
authored
26cebf4
View commit details
Copy full SHA for 26cebf4
View code at this point
Browse repository at this point
Commits on May 12, 2025
Misra 17.3 checks finds implicit function calls (#7327)
Show description for 6385105
wienans
authored
6385105
View commit details
Copy full SHA for 6385105
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
Fix #13647: Misra C 21.6: Location should point at function call instead of #include (#7355)
swasti16
authored
66880df
View commit details
Copy full SHA for 66880df
View code at this point
Browse repository at this point
Commits on Mar 8, 2025
Add missing STD Library Identifiers (#7325)
Show description for 1d3fe82
wienans
authored
1d3fe82
View commit details
Copy full SHA for 1d3fe82
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
Fix #13648: False positive: Misra C 16.3: warn on default in pragma (#7314)
olabetskyi
authored
6e6296d
View commit details
Copy full SHA for 6e6296d
View code at this point
Browse repository at this point
Commits on Jan 1, 2025
Fix 206: false positive: misra-c2012-2.5 (#7081)
swasti16
authored
d7c8ad3
View commit details
Copy full SHA for d7c8ad3
View code at this point
Browse repository at this point
Commits on Dec 15, 2024
use `pytest-xdist` to utilize multiple workers for Python tests (#6696)
firewave
authored
9b45922
View commit details
Copy full SHA for 9b45922
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
Fix #13299: misra.py: use language attribute instead of file extension to determine language (#7075)
swasti16
authored
0dfb670
View commit details
Copy full SHA for 0dfb670
View code at this point
Browse repository at this point
Commits on Dec 5, 2024
fixed #13365 - addons/test/util.py: got rid of non-portable commands (#7064)
firewave
authored
9fbc137
View commit details
Copy full SHA for 9fbc137
View code at this point
Browse repository at this point
Commits on Oct 26, 2024
fixed some `consider-using-with` pylint warnings (#6903)
firewave
authored
0ebbf8f
View commit details
Copy full SHA for 0ebbf8f
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
Fix #13144 (regression: misra.json has stopped working since 2.10) (#6946)
danmar
authored
eab6b48
View commit details
Copy full SHA for eab6b48
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
Fix #11750 (refactor ctu-info to generate fewer artifacts on disk) (#6778)
danmar
authored
d00dbe0
View commit details
Copy full SHA for d00dbe0
View code at this point
Browse repository at this point
Commits on Oct 5, 2024
Fix 13143: False positive: misra 14.1 (i < n) && (x[i] > last) (#6838)
swasti16
authored
4fba1e3
View commit details
Copy full SHA for 4fba1e3
View code at this point
Browse repository at this point
Commits on Sep 28, 2024
Fix 13140: misra.py crash, guideline 9.2 (#6839)
swasti16
authored
cd14f2f
View commit details
Copy full SHA for cd14f2f
View code at this point
Browse repository at this point
Commits on Aug 2, 2024
Fix #12978: false positive : Misra C 8.4: extern variables with structs (#6655)
swasti16
authored
8ffd0c1
View commit details
Copy full SHA for 8ffd0c1
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
enabled and mitigated part of the remaining pylint messages (#6512)
Show description for 878fe6c
firewave
and
kloczek
authored
878fe6c
View commit details
Copy full SHA for 878fe6c
View code at this point
Browse repository at this point
Commits on May 16, 2024
Fix #12651:exception in misra.py, bad code: __arm__ (#6384)
swasti16
authored
947c247
View commit details
Copy full SHA for 947c247
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
FP: Misra 6.1 bool bitfields in --std=c11 or later (#6128)
amacgregor-sym
authored
a6715df
View commit details
Copy full SHA for a6715df
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
Fix #12477 [Dump] Added additional Info to the dump file for suppressions (#6050)
Show description for 7e42652
wienans
authored
7e42652
View commit details
Copy full SHA for 7e42652
View code at this point
Browse repository at this point
Commits on Mar 2, 2024
Fix #12482: false positive: misra-c2012-12.4 (#6069)
swasti16
authored
9206aff
View commit details
Copy full SHA for 9206aff
View code at this point
Browse repository at this point
false positive: misra-c2012-8.4 (#6059)
swasti16
authored
ea65c09
View commit details
Copy full SHA for ea65c09
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
Fix #12452 ( False positive on Misra 10.6 for ternary operator ) (#6012)
Show description for b11b420
0x41head
authored
b11b420
View commit details
Copy full SHA for b11b420
View code at this point
Browse repository at this point
Fix #12457: use essential type category in 21.16 (#6015)
Show description for 4f0828f
amacgregor-sym
authored
4f0828f
View commit details
Copy full SHA for 4f0828f
View code at this point
Browse repository at this point
Commits on Feb 18, 2024
Fix 12448: False positive: misra-config about unknown variable after struct keyword (#5991)
swasti16
authored
8050448
View commit details
Copy full SHA for 8050448
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
Fix #12418: Misra 11.6 checks cast from expression result (#5953)
amacgregor-sym
authored
ade6f61
View commit details
Copy full SHA for ade6f61
View code at this point
Browse repository at this point
Commits on Feb 9, 2024
Fix #12419: false positive: misra-c2012-9.2 (#5964)
swasti16
authored
272028c
View commit details
Copy full SHA for 272028c
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
Additional fix for #12298: Rule 9.3: Allow only { 0 } form of initializer (#5955)
swasti16
authored
ed2032d
View commit details
Copy full SHA for ed2032d
View code at this point
Browse repository at this point
Commits on Feb 6, 2024
Fix #12417: False positive: misra-config for struct (#5954)
swasti16
authored
c9c55c9
View commit details
Copy full SHA for c9c55c9
View code at this point
Browse repository at this point
Fix #12413 ( False positive on Misra 10.3 for bools ) (#5948)
0x41head
authored
f6b538e
View commit details
Copy full SHA for f6b538e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.