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 }}
m-schmoock
/
lcpp
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
131
Code
Issues
10
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
A bunch of testcases for issues found + the fixes for these testcases
- #26
#26
Open
ayourtch
wants to merge 16 commits into
m-schmoock:master
m-schmoock/lcpp:master
from
ayourtch:master
ayourtch/lcpp:master
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Open
A bunch of testcases for issues found + the fixes for these testcases
#26
ayourtch
wants to merge 16 commits into
m-schmoock:master
m-schmoock/lcpp:master
from
ayourtch:master
ayourtch/lcpp:master
Copy head branch name to clipboard
Commits
Commits on Aug 22, 2016
Add a testcase for infinite loop
Show description for 37247b2
ayourtch
committed
37247b2
View commit details
Copy full SHA for 37247b2
Browse repository at this point
Fix the infinite loop on certain inputs
Show description for e5e8cef
ayourtch
committed
e5e8cef
View commit details
Copy full SHA for e5e8cef
Browse repository at this point
Testcase for __FILE__ needing to be quoted
Show description for 6b15fc2
ayourtch
committed
6b15fc2
View commit details
Copy full SHA for 6b15fc2
Browse repository at this point
Quote the __FILE__ during the substitution
Show description for 2b9cfbd
ayourtch
committed
2b9cfbd
View commit details
Copy full SHA for 2b9cfbd
Browse repository at this point
Testcase for argument name match happening within the macro name
Show description for a1cfce4
ayourtch
committed
a1cfce4
View commit details
Copy full SHA for a1cfce4
Browse repository at this point
Fix argument name match happening within the macro name
Show description for 26652e0
ayourtch
committed
26652e0
View commit details
Copy full SHA for 26652e0
Browse repository at this point
Testcase for macro parameters with type conversion processed incorrectly
Show description for 129737f
ayourtch
committed
129737f
View commit details
Copy full SHA for 129737f
Browse repository at this point
Fix the processing of macro parameters with type conversion
Show description for 38c5376
ayourtch
committed
38c5376
View commit details
Copy full SHA for 38c5376
Browse repository at this point
Testcase for hex number processing being incorrect
Show description for 5585acf
ayourtch
committed
5585acf
View commit details
Copy full SHA for 5585acf
Browse repository at this point
Fix the hex number processing
Show description for c7eb4ff
ayourtch
committed
c7eb4ff
View commit details
Copy full SHA for c7eb4ff
Browse repository at this point
Add testcase for __LINE__ count being incorrect with line continuations
ayourtch
committed
f3e9575
View commit details
Copy full SHA for f3e9575
Browse repository at this point
FIXME: comment out two testcases which will be broken with multiline handling
ayourtch
committed
0729c2a
View commit details
Copy full SHA for 0729c2a
Browse repository at this point
Testcase for a multiline comment within a macro definition
Show description for 8f64140
ayourtch
committed
8f64140
View commit details
Copy full SHA for 8f64140
Browse repository at this point
Fix the multiline comment within the macro definition
Show description for 67cb8dd
ayourtch
committed
67cb8dd
View commit details
Copy full SHA for 67cb8dd
Browse repository at this point
Add a testcase for macro substitution happening within quotes
ayourtch
committed
df2021b
View commit details
Copy full SHA for df2021b
Browse repository at this point
Fix the macro interpretation within the quotes.
Show description for e731299
ayourtch
committed
e731299
View commit details
Copy full SHA for e731299
Browse repository at this point
You can’t perform that action at this time.