summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang][clang-scan-deps] Aggregate the full dependency information."Michael Spencer2019-12-111-9/+2
* [clang][clang-scan-deps] Aggregate the full dependency information.Michael Spencer2019-12-111-2/+9
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-7/+23
* Revert "[clang][clang-scan-deps] Add support for extracting full module depen...Michael Spencer2019-10-301-23/+7
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-301-7/+23
* Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar2019-10-171-2/+0
* Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar2019-10-171-0/+2
* [clang-scan-deps] remove dots and dots dots from the reported file dependency...Alex Lorenz2019-09-121-2/+6
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-5/+18
* [clang-scan-deps] NFC, remove outdated implementation commentAlex Lorenz2019-08-301-1/+0
* [clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumerAlex Lorenz2019-08-301-35/+39
* [clang-scan-deps] reuse the file manager across invocations ofAlex Lorenz2019-08-291-1/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [clang-scan-deps] Implementation of dependency scanner over minimized sourcesAlex Lorenz2019-08-061-13/+43
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-261-0/+149
OpenPOWER on IntegriCloud