r345961 introduced a path check in .\tools\clang\tools\extra\test\clang-tidy\clang-tidy-run-with-database.cpp.
r345961 added a check line for a path that only handled / on unix machines and not \ on windows machines.
This patch handles both cases.
Differential D54036
[fix][clang-tidy] fix for r345961 that introduced a test failure on Windows builds TWeaver on Nov 2 2018, 8:20 AM. Authored by
Details r345961 introduced a path check in .\tools\clang\tools\extra\test\clang-tidy\clang-tidy-run-with-database.cpp. r345961 added a check line for a path that only handled / on unix machines and not \ on windows machines. This patch handles both cases.
Diff Detail Event TimelineComment Actions The test failed on the following build bot: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/21169 |