summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling/DependencyScanning/DependencyScanningFilesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-scan-deps] Add basic support for modules.Michael Spencer2019-10-241-4/+38
* [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] 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-111-4/+28
* [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-0/+218
OpenPOWER on IntegriCloud