aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/DependencyFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-14Fix PR31644 introduced by r287138 and add a regression test.Yaron Keren1-2/+2
2016-11-16Rangify for loops, NFC.Yaron Keren1-11/+8
2016-05-27Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer1-1/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-09-02Use new utility function to clean leading junk from pathnames. NFCDouglas Katzman1-18/+3
2015-08-13[modules] For explicit module file dependencies, only list direct dependency ...Richard Smith1-1/+1
2015-08-13Try to fix the build after r244923Reid Kleckner1-1/+1
2015-08-13[modules] Change the way we deal with .d output for explicitly-specified moduleRichard Smith1-9/+13
2015-08-13Add sanitizer blacklists to the rules generated with -M/-MM/-MD/-MMD.Ivan Krasin1-1/+5
2015-08-09[modules] When building a dependency file, include module maps parsed in theRichard Smith1-0/+30
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1