Age | Commit message (Expand) | Author | Files | Lines |
2025-01-13 | Revert "[clang] Canonicalize absolute paths in dependency file" (#121638) | xtex | 1 | -17/+3 |
2025-01-01 | [clang] Canonicalize absolute paths in dependency file (#117458) | xtex | 1 | -4/+18 |
2024-06-20 | Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802) | Mariya Podchishchaeva | 1 | -0/+25 |
2024-06-12 | Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and... | Vitaly Buka | 1 | -25/+0 |
2024-06-12 | [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-... | The Phantom Derpstorm | 1 | -0/+25 |
2024-02-08 | [clang][lex] Always pass suggested module to `InclusionDirective()` callback ... | Jan Svoboda | 1 | -1/+2 |
2023-11-08 | Revert "Reland [clang] Canonicalize system headers in dependency file when -c... | Arthur Eubanks | 1 | -25/+7 |
2023-09-13 | [clang] NFCI: Use `FileEntryRef` in `FileManager::getCanonicalName()` | Jan Svoboda | 1 | -1/+1 |
2023-09-09 | [clang] NFCI: Use `FileEntryRef` in `ModuleMapCallbacks` | Jan Svoboda | 1 | -1/+1 |
2023-05-01 | Reland [clang] Canonicalize system headers in dependency file when -canonical... | Arthur Eubanks | 1 | -15/+35 |
2023-05-01 | Revert "[clang] Canonicalize system headers in dependency file when -canonica... | Arthur Eubanks | 1 | -35/+15 |
2023-05-01 | [clang] Canonicalize system headers in dependency file when -canonical-prefixes | Arthur Eubanks | 1 | -15/+35 |
2023-01-14 | [clang] Use std::optional instead of llvm::Optional (NFC) | Kazu Hirata | 1 | -1/+1 |
2023-01-14 | [clang] Add #include <optional> (NFC) | Kazu Hirata | 1 | -0/+1 |
2023-01-13 | [clang] Report the on-disk paths for inputs to module compiles | Jan Svoboda | 1 | -2/+10 |
2022-12-20 | [Clang] Prepare for llvm::Optional becoming std::optional. | Benjamin Kramer | 1 | -2/+2 |
2022-12-18 | Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op... | Krzysztof Parzyszek | 1 | -6/+4 |
2022-12-17 | [clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optional | Krzysztof Parzyszek | 1 | -4/+6 |
2022-12-14 | Don't include StringSwitch (NFC) | Kazu Hirata | 1 | -1/+0 |
2022-10-28 | [Frontend] -MP: remove blank lines | Fangrui Song | 1 | -2/+1 |
2022-10-28 | [Frontend] Fix -MP when main file is <stdin> | Fangrui Song | 1 | -4/+3 |
2022-07-01 | [Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callback | Argyrios Kyrtzidis | 1 | -15/+14 |
2022-04-14 | [clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective() | Jan Svoboda | 1 | -3/+3 |
2021-05-17 | [clang] In DependencyCollector on Windows, ignore case and separators when di... | Sylvain Audi | 1 | -1/+12 |
2021-04-06 | [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste... | Abhina Sreeskantharajan | 1 | -1/+1 |
2021-02-10 | [clang][cli] Generate and round-trip DependencyOutput options | Jan Svoboda | 1 | -1/+1 |
2020-10-22 | SourceManager: getFileEntryRefForID => getNonBuiltinFilenameForID, NFC | Duncan P. N. Exon Smith | 1 | -11/+6 |
2020-02-25 | clang-cl: Add a `/showIncludes:user` flag. | Nico Weber | 1 | -5/+6 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -1/+1 |
2019-09-07 | [clang][DependencyFileGenerator] Fix missing -MT option handling | Jan Korous | 1 | -5/+0 |
2019-08-27 | Use FileEntryRef for PPCallbacks::HasInclude | Alex Lorenz | 1 | -1/+1 |
2019-08-27 | Use FileEntryRef for PPCallbacks::FileSkipped | Alex Lorenz | 1 | -1/+1 |
2019-08-22 | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz | 1 | -4/+4 |
2019-08-14 | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -3/+3 |
2019-08-05 | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 1 | -1/+1 |
2019-06-21 | [clang-scan-deps] print the dependencies to stdout | Alex Lorenz | 1 | -0/+4 |
2019-06-19 | Unify DependencyFileGenerator class and DependencyCollector interface (NFCI) | Alex Lorenz | 1 | -205/+69 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-14 | Fix up diagnostics. | Richard Trieu | 1 | -1/+0 |
2018-09-18 | Add a callback for `__has_include` and use it for dependency scanning. | Volodymyr Sapsai | 1 | -0/+15 |
2018-09-13 | Print correctly dependency paths on Windows | David Bolvansky | 1 | -9/+13 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -1/+1 |
2018-05-29 | Fix emission of phony dependency targets when adding extra deps | David Stenberg | 1 | -7/+15 |
2018-05-10 | Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' | Julie Hockett | 1 | -3/+6 |
2018-05-09 | Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" | Julie Hockett | 1 | -6/+3 |
2018-05-09 | [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective | Julie Hockett | 1 | -3/+6 |
2018-05-01 | Track skipped files in dependency scanning. | Volodymyr Sapsai | 1 | -0/+14 |
2017-10-20 | Revert r316193. | Richard Smith | 1 | -11/+0 |
2017-10-19 | Try to shorten system header paths when using -MD depfiles | Peter Wu | 1 | -0/+11 |
2017-06-29 | Track the set of module maps read while building a .pcm file and reload those... | Richard Smith | 1 | -3/+3 |