summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/DependencyFile.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-04[C23] Correctly handle missing embed with -MG (#166188)Aaron Ballman
2025-01-13Revert "[clang] Canonicalize absolute paths in dependency file" (#121638)xtex
2025-01-01[clang] Canonicalize absolute paths in dependency file (#117458)xtex
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda
2023-11-08Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks
2023-09-13[clang] NFCI: Use `FileEntryRef` in `FileManager::getCanonicalName()`Jan Svoboda
2023-09-09[clang] NFCI: Use `FileEntryRef` in `ModuleMapCallbacks`Jan Svoboda
2023-05-01Reland [clang] Canonicalize system headers in dependency file when -canonical...Arthur Eubanks
2023-05-01Revert "[clang] Canonicalize system headers in dependency file when -canonica...Arthur Eubanks
2023-05-01[clang] Canonicalize system headers in dependency file when -canonical-prefixesArthur Eubanks
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata
2023-01-13[clang] Report the on-disk paths for inputs to module compilesJan Svoboda
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata
2022-10-28[Frontend] -MP: remove blank linesFangrui Song
2022-10-28[Frontend] Fix -MP when main file is <stdin>Fangrui Song
2022-07-01[Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callbackArgyrios Kyrtzidis
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda
2021-05-17[clang] In DependencyCollector on Windows, ignore case and separators when di...Sylvain Audi
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2021-02-10[clang][cli] Generate and round-trip DependencyOutput optionsJan Svoboda
2020-10-22SourceManager: getFileEntryRefForID => getNonBuiltinFilenameForID, NFCDuncan P. N. Exon Smith
2020-02-25clang-cl: Add a `/showIncludes:user` flag.Nico Weber
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-09-07[clang][DependencyFileGenerator] Fix missing -MT option handlingJan Korous
2019-08-27Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz
2019-08-27Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz
2019-08-22Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-06-21[clang-scan-deps] print the dependencies to stdoutAlex Lorenz
2019-06-19Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14Fix up diagnostics.Richard Trieu
2018-09-18Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai
2018-09-13Print correctly dependency paths on WindowsDavid Bolvansky
2018-07-30Remove trailing spaceFangrui Song
2018-05-29Fix emission of phony dependency targets when adding extra depsDavid Stenberg
2018-05-10Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett
2018-05-09Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett
2018-05-09[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett
2018-05-01Track skipped files in dependency scanning.Volodymyr Sapsai
2017-10-20Revert r316193.Richard Smith