aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ModuleDependencyCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
17 hours[clang] Use the VFS in `ModuleDependencyCollector` (#160944)Jan Svoboda1-5/+6
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata1-1/+0
2024-05-11[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata1-1/+1
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-1/+2
2023-06-01[clang] NFCI: Use `FileEntryRef` in `ModuleMapCallbacks`Jan Svoboda1-28/+3
2023-01-13[clang] Report the on-disk paths for inputs to module compilesJan Svoboda1-3/+10
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer1-1/+1
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek1-4/+2
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek1-2/+4
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-3/+3
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-01-25Support: Remove duplicated code in {File,clang::ModulesDependency}Collector, NFCDuncan P. N. Exon Smith1-46/+6
2021-01-22ADT: Use 'using' to inherit assign and append in SmallStringDuncan P. N. Exon Smith1-3/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-30[ModuleDependencyCollector] Use llvm::sys::fs::real_path (NFC)Jonas Devlieghere1-21/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
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