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 }}
rouault
/
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
test
testsimplifytemplate.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 10, 2020
fix #9886 (Hang in TemplateSimplifier (gcc/gcc/testsuite/g++.dg/cpp0x/decltype34.C))
Robert Reif
authored and
Robert Reif
committed
a52ce73
View commit details
Copy full SHA for a52ce73
View code at this point
Browse repository at this point
Commits on Sep 7, 2020
fix template namespace bug (#2780)
Show description for 2106e30
IOBYTE
and
Robert Reif
authored
2106e30
View commit details
Copy full SHA for 2106e30
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
fix daca crash in TemplateSimplifier::getNewName (#2772)
Show description for 2db0d28
IOBYTE
and
Robert Reif
authored
2db0d28
View commit details
Copy full SHA for 2db0d28
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
astyle formatting
Show description for bb5cad4
danmar
committed
bb5cad4
View commit details
Copy full SHA for bb5cad4
View code at this point
Browse repository at this point
fix #9854 (Syntax error on valid C++ code) (#2756)
IOBYTE
authored
7cf3909
View commit details
Copy full SHA for 7cf3909
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
Test for syntax error in nested templates (#2746)
shaneasd
authored
45fc6a0
View commit details
Copy full SHA for 45fc6a0
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Fix handling of c++ casts in template expansion
Show description for 5c1a2db
Ken-Patrick
committed
5c1a2db
View commit details
Copy full SHA for 5c1a2db
View code at this point
Browse repository at this point
Commits on May 26, 2020
optimized non-matchcompiled Token::simpleMatch() a bit (#2640)
firewave
authored
4f68d85
View commit details
Copy full SHA for 4f68d85
View code at this point
Browse repository at this point
Commits on May 10, 2020
Update copyright year
danmar
committed
08ddd84
View commit details
Copy full SHA for 08ddd84
View code at this point
Browse repository at this point
Revert "Update copyright year"
Show description for 3e02182
danmar
committed
3e02182
View commit details
Copy full SHA for 3e02182
View code at this point
Browse repository at this point
Update copyright year
danmar
committed
6eec6c4
View commit details
Copy full SHA for 6eec6c4
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Syntax check: Using keyword in global scope
danmar
committed
97b04ba
View commit details
Copy full SHA for 97b04ba
View code at this point
Browse repository at this point
Commits on Apr 5, 2020
TemplateSimplifier: Simplification of const types
danmar
committed
8dd0a92
View commit details
Copy full SHA for 8dd0a92
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
fix daca chromium crash (#2527)
IOBYTE
authored
4d58d9f
View commit details
Copy full SHA for 4d58d9f
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
Improve test coverage for templates with comparison in default value
Dmitry-Me
committed
84f65c4
View commit details
Copy full SHA for 84f65c4
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
fix #9539 (Syntax error for valid C++14 code) (#2446)
IOBYTE
authored and
amai2012
committed
0e4efea
View commit details
Copy full SHA for 0e4efea
View code at this point
Browse repository at this point
Commits on Nov 29, 2019
fix #9495 (Crash when parsing angle brackets in template with type traits (assertion failure)) (#2407)
IOBYTE
authored and
orbitcowboy
committed
f554a71
View commit details
Copy full SHA for f554a71
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
Fix #9483 (Assertion `tok && tok->str() == ">"' failed) (#2381)
IOBYTE
authored and
danmar
committed
590aeea
View commit details
Copy full SHA for 590aeea
View code at this point
Browse repository at this point
Commits on Nov 13, 2019
Fix #9467 (False positive on local variable when template specialization is used) (#2357)
IOBYTE
authored and
amai2012
committed
f88ae21
View commit details
Copy full SHA for f88ae21
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
Fix template templates where the template template parameter is not the first parameter. (#2309)
IOBYTE
authored and
amai2012
committed
02e7f4f
View commit details
Copy full SHA for 02e7f4f
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
fix #8965 ("(debug) Executable scope 'x' with unknown function." with rvalue parameter in method) (#2237)
Show description for c32a568
IOBYTE
authored and
danmar
committed
c32a568
View commit details
Copy full SHA for c32a568
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
fix syntax error on template operator (#2225)
IOBYTE
authored and
danmar
committed
3e17c24
View commit details
Copy full SHA for 3e17c24
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Warn about unknown macro causing template syntax error (#2222)
IOBYTE
authored and
danmar
committed
d0968a1
View commit details
Copy full SHA for d0968a1
View code at this point
Browse repository at this point
template simplifier: fix syntax error (#2218)
IOBYTE
authored and
danmar
committed
4475c4c
View commit details
Copy full SHA for 4475c4c
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
template simplifier: fix simplification of "< %num% %comp% %num% >" (#2214)
Show description for 12f93b6
IOBYTE
authored and
amai2012
committed
12f93b6
View commit details
Copy full SHA for 12f93b6
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
do not access static methods through instance (#2189)
firewave
authored and
danmar
committed
9028b4a
View commit details
Copy full SHA for 9028b4a
View code at this point
Browse repository at this point
Fixed #9046 syntaxError (#2180)
Show description for 8c5cf8c
IOBYTE
authored and
amai2012
committed
8c5cf8c
View commit details
Copy full SHA for 8c5cf8c
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
template simplifier: ignore alias template definitions with syntax errors (#2169)
Show description for 4e222af
IOBYTE
authored and
danmar
committed
4e222af
View commit details
Copy full SHA for 4e222af
View code at this point
Browse repository at this point
Commits on Sep 9, 2019
Fix #9338 (Regression: Syntax error on valid C++) (#2156)
Show description for 639c29e
IOBYTE
authored and
danmar
committed
639c29e
View commit details
Copy full SHA for 639c29e
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
Fix #9337 (Syntax error on valid C++) (#2152)
IOBYTE
authored and
danmar
committed
59fdbd8
View commit details
Copy full SHA for 59fdbd8
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
make ellipsis ... a single token (#2143)
Show description for e5220bd
IOBYTE
authored and
danmar
committed
e5220bd
View commit details
Copy full SHA for e5220bd
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
template simplifier: only add recursive instantiation if its arguments are a constant expression (#2138)
IOBYTE
authored and
danmar
committed
fd403bf
View commit details
Copy full SHA for fd403bf
View code at this point
Browse repository at this point
Commits on Sep 1, 2019
template simplifier: ignore friend templates (#2122)
Show description for 3a1aec8
IOBYTE
authored and
danmar
committed
3a1aec8
View commit details
Copy full SHA for 3a1aec8
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
template simplifier: fix syntax error false positive (an expression can't be a template) (#2115)
Show description for 28a9580
IOBYTE
authored and
danmar
committed
28a9580
View commit details
Copy full SHA for 28a9580
View code at this point
Browse repository at this point
Commits on Aug 20, 2019
Fixed #9287 and #9288 (Syntax error on valid C++ code) (#2104)
IOBYTE
authored and
danmar
committed
4b231c5
View commit details
Copy full SHA for 4b231c5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.