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

OpenMP parser testing and supported languages #1680

Closed
mlcollard opened this issue Feb 10, 2020 · 1 comment
Closed

OpenMP parser testing and supported languages #1680

mlcollard opened this issue Feb 10, 2020 · 1 comment

Comments

@mlcollard
Copy link
Contributor

In the parser, OpenMP markup is supported for the C family of languages (C, C++, C#):

        // OpenMp
        { "omp"          , OMP_OMP           , LANGUAGE_C_FAMILY }, 

A couple of issues:

  • Parser testing is only being done for C++
  • Suggest we remove C#, as it has its own preprocessor. Even in the documentation we list the C# preprocessor directives separately.
@mlcollard
Copy link
Contributor Author

Going to leave this as it is because a) It does not cause harm and b) It may be useful.

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

No branches or pull requests

1 participant