summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-scan-deps/ClangScanDeps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang][clang-scan-deps] Aggregate the full dependency information."Michael Spencer2019-12-111-208/+7
* [clang][clang-scan-deps] Aggregate the full dependency information.Michael Spencer2019-12-111-7/+208
* Add support to find out resource dir and add it as compilation argsKousik Kumar2019-11-221-1/+74
* Remove Support/Options.h, it is unusedReid Kleckner2019-11-151-1/+1
* [clang][ScanDeps] Fix issue with multiple commands with the same input.Michael Spencer2019-10-311-14/+33
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-1/+12
* Revert "[clang][clang-scan-deps] Add support for extracting full module depen...Michael Spencer2019-10-301-12/+1
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-1/+12
* Refactor DependencyScanningTool to its own fileKousik Kumar2019-10-221-98/+27
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-211-0/+2
* [clang-scan-deps] Add verbose modeJan Korous2019-09-171-2/+9
* [clang-scan-deps] Add -M to work around -MT issue after r371918Fangrui Song2019-09-141-0/+1
* NFC, add missing cl::cat option category to clang-scan-deps options to ensure...Alex Lorenz2019-09-121-2/+3
* [clang-scan-deps] Add dependency targetsJan Korous2019-09-121-1/+43
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-1/+10
* [clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumerAlex Lorenz2019-08-301-1/+57
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-291-1/+6
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* clang-scan-deps: do not spawn threads when LLVM_ENABLE_THREADS is disabledAlex Lorenz2019-08-131-19/+28
* [clang-scan-deps] Implementation of dependency scanner over minimized sourcesAlex Lorenz2019-08-061-3/+21
* [clang-scan-deps] use `-Wno-error` when scanning for dependenciesAlex Lorenz2019-07-031-0/+1
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-261-114/+22
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-7/+58
* [clang-scan-deps] Include <mutex> in ClangScanDeps.cpp to ensure itAlex Lorenz2019-06-121-0/+1
* NFC, Update the ClangScanDeps.cpp file's license commentAlex Lorenz2019-06-121-5/+4
* [clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz2019-06-121-0/+218
OpenPOWER on IntegriCloud