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 }}
JaylingX
/
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
4998c91
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 23, 2011
GUI: Rename Ignore-feature to Exclude-feature.
Show description for 4998c91
kimmov
committed
4998c91
View commit details
Copy full SHA for 4998c91
Browse repository at this point
fix #3040 (False positive - Technically the member function 'PSIPTable::SetSection' can be const.)
IOBYTE
committed
c7cb38b
View commit details
Copy full SHA for c7cb38b
Browse repository at this point
run astyle
IOBYTE
committed
88b11d8
View commit details
Copy full SHA for 88b11d8
Browse repository at this point
Commits on Aug 22, 2011
GUI: Make few strings const strings.
kimmov
committed
b732fc0
View commit details
Copy full SHA for b732fc0
Browse repository at this point
GUI: Update translation files.
kimmov
committed
981c288
View commit details
Copy full SHA for 981c288
Browse repository at this point
GUI: Allow reordering includes in project dialog.
Show description for 63e8e9e
kimmov
committed
63e8e9e
View commit details
Copy full SHA for 63e8e9e
Browse repository at this point
GUI: Rename Project-label in Projects-dialog.
Show description for 042693a
kimmov
committed
042693a
View commit details
Copy full SHA for 042693a
Browse repository at this point
Add doxygen grouping for the new file.
kimmov
committed
abf29fc
View commit details
Copy full SHA for abf29fc
Browse repository at this point
Compile fix.
kimmov
committed
7177809
View commit details
Copy full SHA for 7177809
Browse repository at this point
Update VS2008/2010 project files.
kimmov
committed
3765a7f
View commit details
Copy full SHA for 3765a7f
Browse repository at this point
Move Suppressions class to own source files.
Show description for 716679e
kimmov
committed
716679e
View commit details
Copy full SHA for 716679e
Browse repository at this point
Commits on Aug 21, 2011
improve message for #3035 (false negative: strcpy(dst, src) where src is bigger than dst)
IOBYTE
committed
8c1efe9
View commit details
Copy full SHA for 8c1efe9
Browse repository at this point
partial fix for #3035 (false negative: strcpy(dst, src) where src is bigger than dst)
IOBYTE
committed
67e8731
View commit details
Copy full SHA for 67e8731
Browse repository at this point
Fixed #3032 (False positive: possible null pointer dereference (assignment in condition))
Daniel Marjamäki
committed
7afec3c
View commit details
Copy full SHA for 7afec3c
Browse repository at this point
Commits on Aug 20, 2011
add another test for #3030 (Improve check: Returning pointer to local array variable with '&' pointer operator)
IOBYTE
committed
21c9b6d
View commit details
Copy full SHA for 21c9b6d
Browse repository at this point
partial fix for #3030 (Improve check: Returning pointer to local array variable with '&' pointer operator)
IOBYTE
committed
7eb43bc
View commit details
Copy full SHA for 7eb43bc
Browse repository at this point
Preprocessor: allow that 'missingInclude' messages are suppressed with '--suppress=missingInclude'
Daniel Marjamäki
committed
d5bf5b7
View commit details
Copy full SHA for d5bf5b7
Browse repository at this point
Cppcheck: allow that 'toomanyconfigs' are suppressed. show these messages by default even though 'information' hasn't been enabled.
Daniel Marjamäki
committed
939504a
View commit details
Copy full SHA for 939504a
Browse repository at this point
Fixed #3023 (False positive: no possible null pointer dereference here: 'WARN_ON(!abc || abc->x == 0);')
Daniel Marjamäki
committed
27b29e5
View commit details
Copy full SHA for 27b29e5
Browse repository at this point
Fixed #3024 (False positive: memory leak for 'rc.bitmap' when rc is added to linux kernel list)
Daniel Marjamäki
committed
dd09b24
View commit details
Copy full SHA for dd09b24
Browse repository at this point
Commits on Aug 19, 2011
Cppcheck: Don't show information messages about interrupted checking unless --enable=information has been given.
Daniel Marjamäki
committed
fe78e28
View commit details
Copy full SHA for fe78e28
Browse repository at this point
Merge pull request #32 from rpavlik/qmake-configure-rules
Show description for 80ba3d6
kimmov
committed
80ba3d6
View commit details
Copy full SHA for 80ba3d6
Browse repository at this point
Update test project VS project files.
Show description for 57e3a4a
kimmov
committed
57e3a4a
View commit details
Copy full SHA for 57e3a4a
Browse repository at this point
Rename Test VC project files.
Show description for 385a569
kimmov
committed
385a569
View commit details
Copy full SHA for 385a569
Browse repository at this point
Update VS2008/2010 project files.
Show description for 9ca4524
kimmov
committed
9ca4524
View commit details
Copy full SHA for 9ca4524
Browse repository at this point
move unused variable checks from checkother to checkunusedvar
IOBYTE
committed
2dd93df
View commit details
Copy full SHA for 2dd93df
Browse repository at this point
fix #3011 (new check: when first comparison is true, the 2nd comparison is always true)
IOBYTE
committed
9fbef3c
View commit details
Copy full SHA for 9fbef3c
Browse repository at this point
using boolean result in bitwise operation. fix false positive for '.. != (char *) &x'
Daniel Marjamäki
committed
a735790
View commit details
Copy full SHA for a735790
Browse repository at this point
fixed false positives for the 'bitwise operator / comparison operator' check
Daniel Marjamäki
committed
2dd1e29
View commit details
Copy full SHA for 2dd1e29
Browse repository at this point
refactor checkother to move error messages to follow check and rename some error functions to end in Error
IOBYTE
committed
eda9ff6
View commit details
Copy full SHA for eda9ff6
Browse repository at this point
fixed false positive for 'using bitwise operation on boolean result'
Daniel Marjamäki
committed
314d5f1
View commit details
Copy full SHA for 314d5f1
Browse repository at this point
Improve check: Tweaked the assignAndCompare to handle | also in addition to &
Daniel Marjamäki
committed
72b01d1
View commit details
Copy full SHA for 72b01d1
Browse repository at this point
Fixed #3018 (false positive: (style) Suspicious condition (assignment+comparison), it can be clarified with parentheses)
Daniel Marjamäki
committed
c107fdd
View commit details
Copy full SHA for c107fdd
Browse repository at this point
Improve check: Clarify condition (using boolean result in bitwise operation)
Daniel Marjamäki
committed
40b493e
View commit details
Copy full SHA for 40b493e
Browse repository at this point
improved comment of previous commit
Daniel Marjamäki
committed
0d7c80e
View commit details
Copy full SHA for 0d7c80e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.