summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/DependencyScanning
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang][clang-scan-deps] Aggregate the full dependency information."Michael Spencer2019-12-113-143/+80
* [clang][clang-scan-deps] Aggregate the full dependency information.Michael Spencer2019-12-113-80/+143
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-221-3/+2
* [clang][ScanDeps] Fix issue with multiple commands with the same input.Michael Spencer2019-10-311-6/+14
* [clang][ScanDeps] Fix shadowing warning.Michael Spencer2019-10-301-5/+5
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-305-21/+266
* Revert "[clang][clang-scan-deps] Add support for extracting full module depen...Michael Spencer2019-10-305-266/+21
* [clang][clang-scan-deps] Add support for extracting full module dependencies.Michael Spencer2019-10-305-21/+266
* [clang][DependencyScanning] 80-col.Michael Spencer2019-10-251-3/+5
* [clang][DependencyScanning] clang-format.Michael Spencer2019-10-241-2/+3
* [clang-scan-deps] Add basic support for modules.Michael Spencer2019-10-241-4/+38
* Refactor DependencyScanningTool to its own fileKousik Kumar2019-10-222-0/+72
* 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
* [ScanDeps] clang-format, 80 cols.Michael J. Spencer2019-10-101-4/+7
* In openFileForRead don't cache erroneous entries if the error relates to them...Kousik Kumar2019-10-101-35/+20
* [clang-scan-deps] Fix for headers having the same name as a directoryAlex Lorenz2019-09-131-0/+3
* [clang-scan-deps] remove dots and dots dots from the reported file dependency...Alex Lorenz2019-09-121-2/+6
* [clang-scan-deps] cast Result to ErrorOr<unique_ptr<vfs::File>> explicitly to...Alex Lorenz2019-09-111-1/+2
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-113-11/+50
* [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-292-3/+6
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-4/+4
* [clang-scan-deps] Implementation of dependency scanner over minimized sourcesAlex Lorenz2019-08-064-13/+279
* [clang-scan-deps] Introduce the DependencyScanning library with theAlex Lorenz2019-06-262-0/+171
OpenPOWER on IntegriCloud