summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-08-20 15:04:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-08-20 15:04:39 +0000
commit1544a819b7af84fe99219214ebabe93ab9636426 (patch)
tree7db4dadb4a277a679b99de6661301a7370c79ade /clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
parentba598b5581e9dd169a967161e2dfad239a92c79f (diff)
downloadbcm5719-llvm-1544a819b7af84fe99219214ebabe93ab9636426.tar.gz
bcm5719-llvm-1544a819b7af84fe99219214ebabe93ab9636426.zip
Tweak clang-tools-extra/test/clang-tidy/file-filter.cpp to pass on win32.
FIXME: "-I %S/Inputs/file-filter/system/.." must be redundant. On Win32, file-filter/system\system-header1.h precedes file-filter\header*.h due to code order between '/' and '\\'. We should remove such a tweak to introduce the *right* path canonicalization. Posix: file-filter/header*.h file-filter/system/system-header1.h Win32: file-filter/system\system-header1.h file-filter\header*.h Win32, tweaked: file-filter/system/..\header*.h file-filter/system\system-header1.h It had been disabled since r220837. llvm-svn: 245566
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud