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
Type
/
to 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
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
196
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testastutils.cpp
on
main
User selector
All users
All time
Commit history
Commits on Jul 3, 2026
pass `Library` instead of `Settings` (#8660)
firewave
authored
c164444
View commit details
Copy full SHA for c164444
View code at this point
Browse repository at this point
Commits on May 29, 2026
Release 2.21: Update copyright year (#8594)
wjakobsson
authored
97b642f
View commit details
Copy full SHA for 97b642f
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
Partial fix for #11738 Bad AST for array with aggregate initialization (#8396)
chrchr-github
authored
1ade97c
View commit details
Copy full SHA for 1ade97c
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
testrunner: some `Settings` usage cleanups (#7477)
firewave
authored
9e547a3
View commit details
Copy full SHA for 9e547a3
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
testrunner: some `SimpleTokenizer` refactoring (#7467)
firewave
authored
20681a3
View commit details
Copy full SHA for 20681a3
View code at this point
Browse repository at this point
Commits on Feb 23, 2025
release: Update copyright year (#7319)
danmar
authored
11f0f4d
View commit details
Copy full SHA for 11f0f4d
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
testrunner: cleaned up tests by using objects to pass the options (#7189)
firewave
authored
2995c4b
View commit details
Copy full SHA for 2995c4b
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
mitigated most `bugprone-unused-return-value` clang-tidy warnings in test code when we enable it for *all* functions (#6673)
Show description for d89e241
firewave
authored
d89e241
View commit details
Copy full SHA for d89e241
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
cleaned up includes based on include-what-you-use (#6627)
firewave
authored
d03d820
View commit details
Copy full SHA for d03d820
View code at this point
Browse repository at this point
Commits on Jun 14, 2024
enabled and fixed `performance-enum-size` clang-tidy warnings (#6221)
firewave
authored
1be5af7
View commit details
Copy full SHA for 1be5af7
View code at this point
Browse repository at this point
Commits on May 22, 2024
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
View code at this point
Browse repository at this point
Commits on May 21, 2024
Fix 12247: FP uninitvar with pointer to uninitialized array (#6414)
pfultz2
authored
9fb2625
View commit details
Copy full SHA for 9fb2625
View code at this point
Browse repository at this point
Commits on May 16, 2024
testrunner: prefer to pass code as sized `const char[]` (#6381)
firewave
authored
5f9039e
View commit details
Copy full SHA for 5f9039e
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
changed most `Settings` pointers to references (#6298)
firewave
authored
b7360ce
View commit details
Copy full SHA for b7360ce
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
avoid even more unchecked pointer dereferences / changed some pointers to references (#6296)
firewave
authored
087fd79
View commit details
Copy full SHA for 087fd79
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanups (#6264)
firewave
authored
789be1c
View commit details
Copy full SHA for 789be1c
View code at this point
Browse repository at this point
Commits on Mar 10, 2024
reduced `Tokenizer::isCPP()` usage / SymbolDatabase: removed `mIsCpp` and `isCPP()` (#5725)
Show description for 40cc208
firewave
authored
40cc208
View commit details
Copy full SHA for 40cc208
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up includes (#5673)
Show description for f465dc5
firewave
authored
f465dc5
View commit details
Copy full SHA for f465dc5
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
testrunner: added options `-n` (no summary) and `-d` (dry run) / added script to run test cases separately / adjusted some tests (#6049)
Show description for 54c01cf
firewave
authored
54c01cf
View commit details
Copy full SHA for 54c01cf
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
TestAstUtils: fixed consistency of language being used in `isSameExpressionTest` / added a few language checks (#5728)
Show description for b7a43ff
firewave
and
chrchr-github
authored
b7a43ff
View commit details
Copy full SHA for b7a43ff
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
pass `Settings` by reference into `Tokenizer` (#5857)
Show description for d015007
firewave
authored
d015007
View commit details
Copy full SHA for d015007
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Fix #12235 performance regression (hang) in 2.13dev (#5715)
Show description for 02fed7a
chrchr-github
and
chrchr-github
authored
02fed7a
View commit details
Copy full SHA for 02fed7a
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
Set the lower and upper bounds for variable that are only incremented or decremented (#5523)
Show description for f2c8153
pfultz2
authored
f2c8153
View commit details
Copy full SHA for f2c8153
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
testrunner: got rid of some redundant preprocessing code / added some missing asserts (#5521)
Show description for 960e8bb
firewave
authored
960e8bb
View commit details
Copy full SHA for 960e8bb
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
Fix 11992: FN (regression): uninitvar (#5465)
pfultz2
authored
58a7519
View commit details
Copy full SHA for 58a7519
View code at this point
Browse repository at this point
Commits on Aug 20, 2023
Fix 11579: false negative: knownConditionTrueFalse with non-bool as bool parameter (#5349)
Show description for 03b952d
pfultz2
authored
03b952d
View commit details
Copy full SHA for 03b952d
View code at this point
Browse repository at this point
Commits on May 31, 2023
Fix spurious lambda detection (#5101)
chrchr-github
authored
0b44429
View commit details
Copy full SHA for 0b44429
View code at this point
Browse repository at this point
Commits on May 2, 2023
testrunner: more `SettingsBuilder` usage and `const` cleanups (#5026)
firewave
authored
25183ff
View commit details
Copy full SHA for 25183ff
View code at this point
Browse repository at this point
reduced usage of mutable `Settings` objects in tests (#4798)
firewave
authored
2935c85
View commit details
Copy full SHA for 2935c85
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
iwyu.yml: use a distro which has the latest `include-what-you-use` / enabled Qt mappings / cleaned up includes (#4885)
firewave
authored
5be8eee
View commit details
Copy full SHA for 5be8eee
View code at this point
Browse repository at this point
Commits on Apr 2, 2023
Fix #11599 false negative: constParameter (#4902)
Show description for a336048
chrchr-github
authored
a336048
View commit details
Copy full SHA for a336048
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
Move some checks for variable changed from constVariable check to isVariableChanged (#4905)
pfultz2
authored
d4b0306
View commit details
Copy full SHA for d4b0306
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.