summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/ModuleDependencyCollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix trivial typos; NFCHiroshi Inoue2017-07-011-1/+1
* [CrashReproducer] Add support for merging -ivfsoverlayBruno Cardoso Lopes2016-12-221-14/+27
* [CrashReproducer] Setup a module collector callback for HeaderIncludeBruno Cardoso Lopes2016-12-111-0/+20
* [VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes2016-08-121-0/+4
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [ModuleMap][CrashReproducer] Collect headers from inner frameworksBruno Cardoso Lopes2016-05-131-0/+28
* [CrashReproducer] Always use realpath for destinationBruno Cardoso Lopes2016-05-061-20/+13
* [CrashReproducer] Change module map callback signature. NFCBruno Cardoso Lopes2016-05-061-2/+1
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-131-0/+4
* Don't use PATH_MAX.Sean Silva2016-04-071-1/+1
* [CrashReproducer] Use toUppercase from include/clang/Basic/CharInfo.hBruno Cardoso Lopes2016-04-071-1/+2
* [CrashReproducer] Change std::toupper to ::toupperBruno Cardoso Lopes2016-04-071-1/+1
* [CrashReproducer] Setup 'case-sensitive' in YAML files.Bruno Cardoso Lopes2016-04-071-4/+27
* [CrashReproducer] Move ModuleDependencyCollector method around. NFCBruno Cardoso Lopes2016-04-071-18/+18
* [CrashReproducer] Add a module map callback for added headersBruno Cardoso Lopes2016-03-301-1/+20
* [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...Bruno Cardoso Lopes2016-03-291-18/+14
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-0/+4
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-4/+0
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-0/+4
* [VFS] Remove wrong header includeBruno Cardoso Lopes2016-03-171-1/+0
* Reapply [2]: [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-03-171-8/+73
* Revert r263617, "Reapply: [VFS] Add support for handling path traversals"NAKAMURA Takumi2016-03-161-73/+8
* Revert r263622, "clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/...NAKAMURA Takumi2016-03-161-1/+1
* clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/Config/config.h i...NAKAMURA Takumi2016-03-161-1/+1
* Reapply: [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-03-161-8/+73
* Revert "[VFS] Add support for handling path traversals"Bruno Cardoso Lopes2016-02-231-73/+8
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-4/+0
* [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-02-221-0/+4
* [VFS] Add support for handling path traversalsBruno Cardoso Lopes2016-02-221-8/+73
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-1/+1
* [modules] Change the way we deal with .d output for explicitly-specified moduleRichard Smith2015-08-131-3/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Frontend: Canonicalize to native paths when dumping module dependenciesJustin Bogner2014-12-121-0/+4
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-28/+1
* Update for llvm api change.Rafael Espindola2014-08-251-3/+3
* unique_ptr-ify ASTReaderListener in the ASTReaderDavid Blaikie2014-08-101-1/+1
* Frontend: Disentangle removePathTraversal from concatenating pathsJustin Bogner2014-06-201-8/+15
* Frontend: Fix a typoJustin Bogner2014-06-191-1/+1
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-191-0/+109