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 }}
recaph
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 21, 2022
reduce.py: some fixes (#3914)
Show description for 18d24e2
firewave
authored
18d24e2
View commit details
Copy full SHA for 18d24e2
Browse repository at this point
replaced Qt `foreach()` with standard `for` range loop / some related cleanups (#3915)
Show description for 2b3fc5e
firewave
authored
2b3fc5e
View commit details
Copy full SHA for 2b3fc5e
Browse repository at this point
Fix #10888 FN variableScope with enum and struct (#3920)
Show description for 0e14750
chrchr-github
authored
0e14750
View commit details
Copy full SHA for 0e14750
Browse repository at this point
Commits on Mar 20, 2022
added SmallVector alias with conditional boost::container version (#3799)
Show description for 9d4fb16
3 people
authored
9d4fb16
View commit details
Copy full SHA for 9d4fb16
Browse repository at this point
Commits on Mar 19, 2022
donate_cpu_lib.py: actually make compile_cppcheck() fail when the build fails / some cleanups (#3830)
firewave
authored
469575c
View commit details
Copy full SHA for 469575c
Browse repository at this point
Fix FP virtualCallInConstructor with function pointer (#3913)
chrchr-github
authored
2baf8f6
View commit details
Copy full SHA for 2baf8f6
Browse repository at this point
use forward declarations for Ui:: objects / renamed *.ui files to mat… (#3796)
firewave
authored
9d52461
View commit details
Copy full SHA for 9d52461
Browse repository at this point
refactored reduce.py into a class and added unit test for it (#3791)
firewave
authored
8fc5c93
View commit details
Copy full SHA for 8fc5c93
Browse repository at this point
cppcheckdata.py: code cleanup
danmar
committed
f907bba
View commit details
Copy full SHA for f907bba
Browse repository at this point
cli: in linux set proper exename value when cppcheck is executed from PATH and argv[0] does not have path information
danmar
committed
10f93e3
View commit details
Copy full SHA for 10f93e3
Browse repository at this point
Addons: Variable.constness will never be None
danmar
committed
7728c53
View commit details
Copy full SHA for 7728c53
Browse repository at this point
Commits on Mar 17, 2022
Fix #10886 FP: Label 'enum' is not used. [unusedLabel] (#3912)
chrchr-github
authored
297b0b5
View commit details
Copy full SHA for 297b0b5
Browse repository at this point
Fix #10873 FP constStatement with extra parentheses in function call (#3911)
Show description for 97ce569
chrchr-github
authored
97ce569
View commit details
Copy full SHA for 97ce569
Browse repository at this point
Commits on Mar 16, 2022
Fix #10841 FN uninitMemberVar when member is being used in constructor (regression) (#3909)
chrchr-github
authored
e073860
View commit details
Copy full SHA for e073860
Browse repository at this point
misra: improved execution of premium addon
danmar
committed
fb89a2c
View commit details
Copy full SHA for fb89a2c
Browse repository at this point
Fix 10843: FP: danglingTemporaryLifetime (#3908)
Show description for 40ff9ed
pfultz2
authored
40ff9ed
View commit details
Copy full SHA for 40ff9ed
Browse repository at this point
Fix #10872 FP constStatement with variable called std (#3906)
chrchr-github
authored
fb1170b
View commit details
Copy full SHA for fb1170b
Browse repository at this point
Fix #10877 FP constStatement with ternary and comma operator (#3905)
chrchr-github
authored
b8ba0ae
View commit details
Copy full SHA for b8ba0ae
Browse repository at this point
Typos found by running "codespell" (#3907)
Show description for 7cc45fb
arm-in
and
Armin Müller
authored
7cc45fb
View commit details
Copy full SHA for 7cc45fb
Browse repository at this point
Commits on Mar 15, 2022
Replace tinyxml2_LIBRARY with tinyxml2_LIBRARIES (#3897)
gdsotirov
authored
33315b0
View commit details
Copy full SHA for 33315b0
Browse repository at this point
Fix #9303 FP uninitvar after lambda expression (#3903)
Show description for 1aff160
chrchr-github
authored
1aff160
View commit details
Copy full SHA for 1aff160
Browse repository at this point
Add tests for #9871, #10144 (#3902)
Show description for f90a935
chrchr-github
authored
f90a935
View commit details
Copy full SHA for f90a935
Browse repository at this point
Commits on Mar 14, 2022
Fix #10516 FP for unused private function if address of function is taken (#3901)
chrchr-github
authored
200b098
View commit details
Copy full SHA for 200b098
Browse repository at this point
Fix #10451 syntaxError with typedef and lambda (#3900)
Show description for 6376bac
chrchr-github
authored
6376bac
View commit details
Copy full SHA for 6376bac
Browse repository at this point
Fix #10868/#10869 FN: constStatement, handle unused character constants (#3898)
Show description for d3d40fd
chrchr-github
authored
d3d40fd
View commit details
Copy full SHA for d3d40fd
Browse repository at this point
Commits on Mar 13, 2022
avoid some Clang compiler warnings (#3896)
firewave
authored
0d336b8
View commit details
Copy full SHA for 0d336b8
Browse repository at this point
Fixed #10853 (False positive: misra-c2012-16.3: macro parameter "default")
danmar
committed
a6c1653
View commit details
Copy full SHA for a6c1653
Browse repository at this point
Fix #8496 Clarify warnings for uninitMemberVar (#3760)
chrchr-github
authored
2eed660
View commit details
Copy full SHA for 2eed660
Browse repository at this point
Fixed #10861 (False positive: CERT-API01: only warn about char/wchar arrays.)
danmar
committed
ee0d93e
View commit details
Copy full SHA for ee0d93e
Browse repository at this point
Fixed #10862 (Misplaced warning: misra-2.2: macros)
danmar
committed
df2c8f3
View commit details
Copy full SHA for df2c8f3
Browse repository at this point
Fix #10737 Regression: unusedStructMember (#3894)
Show description for 190506d
chrchr-github
authored
190506d
View commit details
Copy full SHA for 190506d
Browse repository at this point
Fix #10691 regressions with static variables and multiple assignments (#3895)
Show description for c3506b5
chrchr-github
authored
c3506b5
View commit details
Copy full SHA for c3506b5
Browse repository at this point
Commits on Mar 12, 2022
removed unnecessary varid0 inline suppressions (#3893)
firewave
authored
757287b
View commit details
Copy full SHA for 757287b
Browse repository at this point
Fix #10865 FN: constStatementError, streamline error messages (#3892)
chrchr-github
authored
3df170c
View commit details
Copy full SHA for 3df170c
Browse repository at this point
Partial fix for #9384 varid 0 with lambda (II) (#3889)
Show description for d1f740a
chrchr-github
authored
d1f740a
View commit details
Copy full SHA for d1f740a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.