summaryrefslogtreecommitdiff
path: root/tools/clang-scan-deps
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [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-262-114/+23
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-7/+58
* [clang-scan-deps] Fix -DBUILD_SHARED_LIBS=ON buildSam Clegg2019-06-131-0/+1
* [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
* NFC, fixup indentation in CMakeLists.txt from r363204 as requestedAlex Lorenz2019-06-121-3/+3
* [clang-scan-deps] initial outline of the tool that runs preprocessor to findAlex Lorenz2019-06-122-0/+244