aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/DependencyFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-01-13Revert "[clang] Canonicalize absolute paths in dependency file" (#121638)xtex1-17/+3
2025-01-01[clang] Canonicalize absolute paths in dependency file (#117458)xtex1-4/+18
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+25
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-25/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+25
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-1/+2
2023-11-08Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks1-25/+7
2023-09-13[clang] NFCI: Use `FileEntryRef` in `FileManager::getCanonicalName()`Jan Svoboda1-1/+1
2023-09-09[clang] NFCI: Use `FileEntryRef` in `ModuleMapCallbacks`Jan Svoboda1-1/+1
2023-05-01Reland [clang] Canonicalize system headers in dependency file when -canonical...Arthur Eubanks1-15/+35
2023-05-01Revert "[clang] Canonicalize system headers in dependency file when -canonica...Arthur Eubanks1-35/+15
2023-05-01[clang] Canonicalize system headers in dependency file when -canonical-prefixesArthur Eubanks1-15/+35
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2023-01-13[clang] Report the on-disk paths for inputs to module compilesJan Svoboda1-2/+10
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer1-2/+2
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek1-6/+4
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek1-4/+6
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-10-28[Frontend] -MP: remove blank linesFangrui Song1-2/+1
2022-10-28[Frontend] Fix -MP when main file is <stdin>Fangrui Song1-4/+3
2022-07-01[Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callbackArgyrios Kyrtzidis1-15/+14
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda1-3/+3
2021-05-17[clang] In DependencyCollector on Windows, ignore case and separators when di...Sylvain Audi1-1/+12
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-02-10[clang][cli] Generate and round-trip DependencyOutput optionsJan Svoboda1-1/+1
2020-10-22SourceManager: getFileEntryRefForID => getNonBuiltinFilenameForID, NFCDuncan P. N. Exon Smith1-11/+6
2020-02-25clang-cl: Add a `/showIncludes:user` flag.Nico Weber1-5/+6
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-09-07[clang][DependencyFileGenerator] Fix missing -MT option handlingJan Korous1-5/+0
2019-08-27Use FileEntryRef for PPCallbacks::HasIncludeAlex Lorenz1-1/+1
2019-08-27Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz1-1/+1
2019-08-22Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz1-4/+4
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-06-21[clang-scan-deps] print the dependencies to stdoutAlex Lorenz1-0/+4
2019-06-19Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz1-205/+69
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14Fix up diagnostics.Richard Trieu1-1/+0
2018-09-18Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai1-0/+15
2018-09-13Print correctly dependency paths on WindowsDavid Bolvansky1-9/+13
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-05-29Fix emission of phony dependency targets when adding extra depsDavid Stenberg1-7/+15
2018-05-10Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'Julie Hockett1-3/+6
2018-05-09Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"Julie Hockett1-6/+3
2018-05-09[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirectiveJulie Hockett1-3/+6
2018-05-01Track skipped files in dependency scanning.Volodymyr Sapsai1-0/+14
2017-10-20Revert r316193.Richard Smith1-11/+0
2017-10-19Try to shorten system header paths when using -MD depfilesPeter Wu1-0/+11
2017-06-29Track the set of module maps read while building a .pcm file and reload those...Richard Smith1-3/+3