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

these lines set CXTranslationUnit_Flags.CXTranslationUnit_DetailedPreprocessingRecord always, is it is wrong settings? #55

Open
srxqds opened this issue Jan 23, 2022 · 1 comment
Labels
question Further information is requested

Comments

@srxqds
Copy link
Contributor

srxqds commented Jan 23, 2022

if (options.ParseMacros)
{
translationFlags |= CXTranslationUnit_Flags.CXTranslationUnit_DetailedPreprocessingRecord;
}
translationFlags |= CXTranslationUnit_Flags.CXTranslationUnit_DetailedPreprocessingRecord;

@xoofx xoofx added the question Further information is requested label Feb 13, 2022
@xoofx
Copy link
Owner

xoofx commented Feb 13, 2022

Yep likely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants