notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

Fix failing filename comparison on Windows #31

Closed notskm closed 4 years ago

notskm commented 4 years ago

This comparison failed on Windows because the drive letter was lowercase on one side and uppercase on the other. This fix compares the paths relative to the workspace directory.