| Age | Commit 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-13 | Revert "[clang] Canonicalize absolute paths in dependency file" (#121638) | xtex |
| 2025-01-01 | [clang] Canonicalize absolute paths in dependency file (#117458) | xtex |
| 2024-06-20 | Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802) | Mariya Podchishchaeva |
| 2024-06-12 | Revert "✨ [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-08 | Revert "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-01 | Reland [clang] Canonicalize system headers in dependency file when -canonical... | Arthur Eubanks |
| 2023-05-01 | Revert "[clang] Canonicalize system headers in dependency file when -canonica... | Arthur Eubanks |
| 2023-05-01 | [clang] Canonicalize system headers in dependency file when -canonical-prefixes | Arthur 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 compiles | Jan Svoboda |
| 2022-12-20 | [Clang] Prepare for llvm::Optional becoming std::optional. | Benjamin Kramer |
| 2022-12-18 | Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op... | Krzysztof Parzyszek |
| 2022-12-17 | [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optional | Krzysztof Parzyszek |
| 2022-12-14 | Don't include StringSwitch (NFC) | Kazu Hirata |
| 2022-10-28 | [Frontend] -MP: remove blank lines | Fangrui Song |
| 2022-10-28 | [Frontend] Fix -MP when main file is <stdin> | Fangrui Song |
| 2022-07-01 | [Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callback | Argyrios 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 options | Jan Svoboda |
| 2020-10-22 | SourceManager: getFileEntryRefForID => getNonBuiltinFilenameForID, NFC | Duncan P. N. Exon Smith |
| 2020-02-25 | clang-cl: Add a `/showIncludes:user` flag. | Nico Weber |
| 2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer |
| 2019-09-07 | [clang][DependencyFileGenerator] Fix missing -MT option handling | Jan Korous |
| 2019-08-27 | Use FileEntryRef for PPCallbacks::HasInclude | Alex Lorenz |
| 2019-08-27 | Use FileEntryRef for PPCallbacks::FileSkipped | Alex Lorenz |
| 2019-08-22 | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz |
| 2019-08-14 | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere |
| 2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song |
| 2019-06-21 | [clang-scan-deps] print the dependencies to stdout | Alex Lorenz |
| 2019-06-19 | Unify DependencyFileGenerator class and DependencyCollector interface (NFCI) | Alex Lorenz |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-12-14 | Fix up diagnostics. | Richard Trieu |
| 2018-09-18 | Add a callback for `__has_include` and use it for dependency scanning. | Volodymyr Sapsai |
| 2018-09-13 | Print correctly dependency paths on Windows | David Bolvansky |
| 2018-07-30 | Remove trailing space | Fangrui Song |
| 2018-05-29 | Fix emission of phony dependency targets when adding extra deps | David Stenberg |
| 2018-05-10 | Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' | Julie Hockett |
| 2018-05-09 | Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" | Julie Hockett |
| 2018-05-09 | [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective | Julie Hockett |
| 2018-05-01 | Track skipped files in dependency scanning. | Volodymyr Sapsai |
| 2017-10-20 | Revert r316193. | Richard Smith |