aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Revert "[VFS] Add support for handling path traversals"Bruno Cardoso Lopes1-73/+8
2016-02-23Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes1-4/+0
2016-02-22[VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-0/+4
2016-02-22[VFS] Add support for handling path traversalsBruno Cardoso Lopes1-8/+73
2015-11-09Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky1-1/+1
2015-08-13[modules] Change the way we deal with .d output for explicitly-specified moduleRichard Smith1-3/+4
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-2/+2
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth1-1/+1
2014-12-12Frontend: Canonicalize to native paths when dumping module dependenciesJustin Bogner1-0/+4
2014-12-11[modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith1-28/+1
2014-08-25Update for llvm api change.Rafael Espindola1-3/+3
2014-08-10unique_ptr-ify ASTReaderListener in the ASTReaderDavid Blaikie1-1/+1
2014-06-20Frontend: Disentangle removePathTraversal from concatenating pathsJustin Bogner1-8/+15
2014-06-19Frontend: Fix a typoJustin Bogner1-1/+1
2014-06-19Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner1-0/+109