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

Fix clang-tidy header guard check on Windows #40028

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

Qrox
Copy link
Contributor

@Qrox Qrox commented Apr 30, 2020

Summary

SUMMARY: Build "Fix clang-tidy header guard check on Windows"

Purpose of change

The header guard check was failing the lit test of clang-tidy.

Describe the solution

Replace the Windows path separator (backslash) with underscore the same as what is done with unix path separators in the header guard check.

Testing

The lit test no longer fails.

Copy link
Contributor

@jbytheway jbytheway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks like I remembered to put backslash in one of the places, but not the other.

@ZhilkinSerg ZhilkinSerg merged commit c81cdcb into CleverRaven:master Apr 30, 2020
@ZhilkinSerg ZhilkinSerg added the Code: Build Issues regarding different builds and build environments label Apr 30, 2020
@Qrox Qrox deleted the fix-header-guard-check branch May 1, 2020 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code: Build Issues regarding different builds and build environments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants