forked from OSchip/llvm-project
b4f6f1c936
Fixes pr40372 (https://bugs.llvm.org/show_bug.cgi?id=40372). The llvm-header-guard check does not take into account that the path separator on Windows is `\`, not `/`. This means that instead of suggesting a header guard in the form of: LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_FOO_H it incorrectly suggests: C:\LLVM_PROJECT\CLANG_TOOLS_EXTRA\CLANG_TIDY\FOO_H Differential Revision: https://reviews.llvm.org/D113450 |
||
---|---|---|
.. | ||
AddConstTest.cpp | ||
CMakeLists.txt | ||
ClangTidyDiagnosticConsumerTest.cpp | ||
ClangTidyOptionsTest.cpp | ||
ClangTidyTest.h | ||
GlobListTest.cpp | ||
GoogleModuleTest.cpp | ||
IncludeInserterTest.cpp | ||
LLVMModuleTest.cpp | ||
NamespaceAliaserTest.cpp | ||
ObjCModuleTest.cpp | ||
OptionsProviderTest.cpp | ||
OverlappingReplacementsTest.cpp | ||
ReadabilityModuleTest.cpp | ||
TransformerClangTidyCheckTest.cpp | ||
UsingInserterTest.cpp |