summaryrefslogtreecommitdiffstats
path: root/clang/test/ClangScanDeps
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang][clang-scan-deps] Aggregate the full dependency information."Michael Spencer2019-12-112-146/+59
* [clang][clang-scan-deps] Aggregate the full dependency information.Michael Spencer2019-12-112-59/+146
* [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missi...Alex Lorenz2019-12-022-0/+45
* [clang][ScanDeps] Fix issue with multiple commands with the same input.Michael Spencer2019-10-313-3/+15
* Disable new clang-scan-deps test on Windows due to backslash path matching pr...Reid Kleckner2019-10-301-0/+3
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-0/+74
* Revert "[clang][clang-scan-deps] Add support for extracting full module depen...Michael Spencer2019-10-301-74/+0
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-0/+74
* [clang][clang-scan-deps] Add -fcxx-modules to test for Darwin.Michael Spencer2019-10-281-2/+2
* [clang-scan-deps] Add basic support for modules.Michael Spencer2019-10-243-0/+61
* Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar2019-10-173-22/+0
* Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar2019-10-173-0/+22
* [NFC] Fix ClangScanDeps/static-analyzer.c test on WindowsJan Korous2019-10-141-3/+3
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-142-0/+23
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-102-0/+28
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-212-0/+18
* [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
OpenPOWER on IntegriCloud