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
/
simplecpp
Public
Notifications
You must be signed in to change notification settings
Fork
104
Star
263
Code
Issues
81
Pull requests
29
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
clang-tidy.yml: updated to Clang 23
- #634
#634
Draft
firewave
wants to merge 13 commits into
cppcheck-opensource:master
cppcheck-opensource/simplecpp:master
from
firewave:clang-23
firewave/simplecpp:clang-23
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Draft
clang-tidy.yml: updated to Clang 23
#634
firewave
wants to merge 13 commits into
cppcheck-opensource:master
cppcheck-opensource/simplecpp:master
from
firewave:clang-23
firewave/simplecpp:clang-23
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2026
clang-tidy.yml: updated to Clang 23
firewave
committed
84e75d3
View commit details
Copy full SHA for 84e75d3
Browse repository at this point
.clang-tidy: removed disabling of `hicpp-*` checks as they no longer exist
firewave
committed
e182ea2
View commit details
Copy full SHA for e182ea2
Browse repository at this point
.clang-tidy: disabled `readability-trailing-comma` clang-tidy check
firewave
committed
256f05c
View commit details
Copy full SHA for 256f05c
Browse repository at this point
mitigated `bugprone-unhandled-code-paths` clang-tidy warnings
firewave
committed
46237f5
View commit details
Copy full SHA for 46237f5
Browse repository at this point
.clang-tidy: disabled `bugprone-signed-bitwise` for now
firewave
committed
4c9180c
View commit details
Copy full SHA for 4c9180c
Browse repository at this point
.clang-tidy: disabled `bugprone-std-exception-baseclass` for now
firewave
committed
3338328
View commit details
Copy full SHA for 3338328
Browse repository at this point
mitigated `misc-const-correctness` clang-tidy warnings
firewave
committed
82495f2
View commit details
Copy full SHA for 82495f2
Browse repository at this point
disabled `-Wlifetime-safety-*` Clang warnings for now
firewave
committed
a1711a3
View commit details
Copy full SHA for a1711a3
Browse repository at this point
mitigated `misc-explicit-constructor` clang-tidy warnings
firewave
committed
cf2e7b3
View commit details
Copy full SHA for cf2e7b3
Browse repository at this point
fixed `readability-redundant-parentheses` clang-tidy warnings
firewave
committed
9b58de0
View commit details
Copy full SHA for 9b58de0
Browse repository at this point
mitigated `bugprone-assignment-in-selection-statement` clang-tidy warning
firewave
committed
e6de55d
View commit details
Copy full SHA for e6de55d
Browse repository at this point
remove
firewave
committed
1bd11e6
View commit details
Copy full SHA for 1bd11e6
Browse repository at this point
Commits on Jul 15, 2026
clang-tidy.yml: run clang-tidy with all C++ standards
firewave
committed
fa612d8
View commit details
Copy full SHA for fa612d8
Browse repository at this point
You can’t perform that action at this time.