summaryrefslogtreecommitdiff
path: root/test/ClangScanDeps
Commit message (Expand)AuthorAgeFilesLines
* [clang-scan-deps] Fix for headers having the same name as a directoryAlex Lorenz2019-09-133-0/+25
* [clang-scan-deps] remove dots and dots dots from the reported file dependency...Alex Lorenz2019-09-121-1/+1
* [clang-scan-deps] Add dependency targetsJan Korous2019-09-127-9/+10
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-0/+2
* [clang-scan-deps][NFC] Fix tests - prevent FileCheck matching test dir pathJan Korous2019-09-1113-34/+34
* Introduce a DirectoryEntryRef that stores both a reference and anAlex Lorenz2019-08-312-3/+2
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-294-0/+72
* clang-scan-deps: do not spawn threads when LLVM_ENABLE_THREADS is disabledAlex Lorenz2019-08-131-1/+0
* Mark clang-scan-deps test as requiring thread supportReid Kleckner2019-08-081-0/+1
* fix clang-scan-deps test to match filepaths on WindowsAlex Lorenz2019-08-061-2/+2
* [clang-scan-deps] Implementation of dependency scanner over minimized sourcesAlex Lorenz2019-08-068-3/+74
* [clang-scan-deps] use `-Wno-error` when scanning for dependenciesAlex Lorenz2019-07-033-0/+24
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-262-1/+22
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-212-14/+23
* [test] NFC, udpate clang-scan-deps tests to not use -c to avoid driver issues...Alex Lorenz2019-06-181-2/+2
* [clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz2019-06-124-0/+43