aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-24[VFS] Remove 'ignore-non-existent-contents' attribute for YAML-based VFS.Volodymyr Sapsai1-4/+0
2018-05-10Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett1-1/+2
2018-05-09Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett1-2/+1
2018-05-09[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett1-1/+2
2018-04-30IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber1-0/+1
2018-04-27Revert r329698 (and r329702).Nico Weber1-3/+21
2018-04-10Use llvm::sys::fs::real_path() in clang.Nico Weber1-21/+3
2018-04-06Fix typos in clangAlexander Kornienko1-1/+1
2017-07-01fix trivial typos; NFCHiroshi Inoue1-1/+1
2016-12-22[CrashReproducer] Add support for merging -ivfsoverlayBruno Cardoso Lopes1-14/+27
2016-12-11[CrashReproducer] Setup a module collector callback for HeaderIncludeBruno Cardoso Lopes1-0/+20
2016-08-12[VFS] Add 'ignore-non-existent-contents' field to YAML filesBruno Cardoso Lopes1-0/+4
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-05-13[ModuleMap][CrashReproducer] Collect headers from inner frameworksBruno Cardoso Lopes1-0/+28
2016-05-06[CrashReproducer] Always use realpath for destinationBruno Cardoso Lopes1-20/+13
2016-05-06[CrashReproducer] Change module map callback signature. NFCBruno Cardoso Lopes1-2/+1
2016-04-13[CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes1-0/+4
2016-04-07Don't use PATH_MAX.Sean Silva1-1/+1
2016-04-07[CrashReproducer] Use toUppercase from include/clang/Basic/CharInfo.hBruno Cardoso Lopes1-1/+2
2016-04-07[CrashReproducer] Change std::toupper to ::toupperBruno Cardoso Lopes1-1/+1
2016-04-07[CrashReproducer] Setup 'case-sensitive' in YAML files.Bruno Cardoso Lopes1-4/+27
2016-04-07[CrashReproducer] Move ModuleDependencyCollector method around. NFCBruno Cardoso Lopes1-18/+18
2016-03-30[CrashReproducer] Add a module map callback for added headersBruno Cardoso Lopes1-1/+20
2016-03-29[CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...Bruno Cardoso Lopes1-18/+14
2016-03-20Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-0/+4
2016-03-17Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes1-4/+0
2016-03-17Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes1-0/+4
2016-03-17[VFS] Remove wrong header includeBruno Cardoso Lopes1-1/+0
2016-03-17Reapply [2]: [VFS] Add support for handling path traversalsBruno Cardoso Lopes1-8/+73
2016-03-16Revert r263617, "Reapply: [VFS] Add support for handling path traversals"NAKAMURA Takumi1-73/+8
2016-03-16Revert r263622, "clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/...NAKAMURA Takumi1-1/+1
2016-03-16clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/Config/config.h i...NAKAMURA Takumi1-1/+1
2016-03-16Reapply: [VFS] Add support for handling path traversalsBruno Cardoso Lopes1-8/+73
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