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

Files which are recursively included may not be handled correctly #48

Open
bright-tools opened this issue Sep 3, 2014 · 0 comments
Open
Labels
Milestone

Comments

@bright-tools
Copy link
Owner

bright-tools commented Sep 3, 2014

Say we have something like this:

Header.h

extern int mex;
# if defined FOO

extern int foo;
# undef FOO
# include "header.h"
# else

extern int moo;
# endif

Where a file effectively includes itself, this may not be handled correctly by CCSM at the moment - CCSM is likely to process the file twice resulting in the metric count being artificially inflated.

@bright-tools bright-tools modified the milestones: Release 1, Release 2 Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant