Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case consistency of #include files #91

Closed
EricBracken opened this issue Feb 18, 2016 · 0 comments
Closed

Case consistency of #include files #91

EricBracken opened this issue Feb 18, 2016 · 0 comments

Comments

@EricBracken
Copy link

This is not a bug; it's an enhancement request. Would it be possible to check for inconsistency in the case of file names in #include statements, so that attempting to include myfile.h with #include "MyFile.h" would throw a warning?

This would be a big help for people developing on (say) Windows, where the case doesn't matter, who want to port their code to Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants