summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud