summaryrefslogtreecommitdiffstats
path: root/clang/test/ClangScanDeps/symlink.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir pathJan Korous2019-09-111-4/+4
| | | | | | Differential Revision: https://reviews.llvm.org/D67379 llvm-svn: 371578
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-291-0/+23
the dependency scanner on a single worker thread This behavior can be controlled using the new `-reuse-filemanager` clang-scan-deps option. By default the file manager is reused. The added test/ClangScanDeps/symlink.cpp is able to pass with the reused filemanager after the related FileEntryRef changes landed earlier. The test test/ClangScanDeps/subframework_header_dir_symlink.m still fails when the file manager is reused (I run the FileCheck with not to make it PASS). I will address this in a follow-up patch that improves the DirectoryEntry name modelling in the FileManager. llvm-svn: 370420
OpenPOWER on IntegriCloud