aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
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