summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend
AgeCommit message (Expand)Author
2025-11-22[clang] Use llvm::equal (NFC) (#169172)Kazu Hirata
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-21[Clang] Refactor getOptimizationLevel and getOptimizationLevelSize to non-sta...Jim Lin
2025-11-13[clang] Add a TODO for output paths in invocation path visitation (#167983)Jan Svoboda
2025-11-12[clang] Extract `CompilerInvocation::visitPaths()` (#167420)Jan Svoboda
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-11-07[clang][DependencyScanning] Implementation of `CompilerInstanceWithContext` t...Qiongsi Wu
2025-11-07[NFC][CUDA][HIP] Print the triple when there's no mcpu (#166565)Alex Voicu
2025-11-04[C23] Correctly handle missing embed with -MG (#166188)Aaron Ballman
2025-11-03[clang] Make "__GCC_HAVE_DWARF2_CFI_ASM" a proper predefined macro (#165731)Cyndy Ishida
2025-11-03[clang] Adjust TextDiagnostic style ranges for interesting source region (#16...Timm Baeder
2025-11-03[C2y] Support WG14 N3457, the __COUNTER__ macro (#162662)Aaron Ballman
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-31[HLSL] Add NativeInt16Type langopt to control whether short type is supported...Sarah Spall
2025-10-30[clang][NFC] Make ellipse strings constexpr (#165680)Timm Baeder
2025-10-30[clang] Add Bytes/Columns types to TextDiagnostic (#165541)Timm Baeder
2025-10-29[clang] Use a formatted_raw_ostream in TextDiagnostic (#164935)Timm Baeder
2025-10-25[ADT] Prepare for deprecation of StringSwitch cases with 3+ args. NFC. (#165112)Jakub Kuderski
2025-10-24[clang] Don't require `FileManager` for creating an output file (#164665)Jan Svoboda
2025-10-23[clang] Make explicitly-built modules independent of the CWD (#164840)Jan Svoboda
2025-10-22[clang] Refactor `ASTUnit::LoadFromASTFile()` (#164265)Jan Svoboda
2025-10-22[clang] Don't silently inherit the VFS from `FileManager` (#164323)Jan Svoboda
2025-10-22[Clang] Move AllocToken frontend options to LangOptions (#163635)Marco Elver
2025-10-21[clang] Add support for cluster sync scope (#162575)macurtis-amd
2025-10-20[ADT] Prepare for deprecation of StringSwitch cases with 4+ args. NFC. (#164173)Jakub Kuderski
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-15[clang][Basic] Add helper APIs to get language version codes from LangOptions...Michael Buch
2025-10-15[ADT] Migrate StringSwitch Cases with 6+ arguments to new overload. NFC. (#16...Jakub Kuderski
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran
2025-10-06[clang] Move `-fprofile-instrument-use-path=` check to driver (#159667)Jan Svoboda
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda
2025-09-30[clang][modules] Virtualize module cache pruning (#149113)Jan Svoboda
2025-09-30[Modules] Make -module-file-info print macro names in deterministic order (#1...Hans Wennborg
2025-09-29[clang] Use the VFS in `ModuleDependencyCollector` (#160944)Jan Svoboda
2025-09-29[C++20] [Modules] Set the feature testing macro to 1 (#161034)Chuanqi Xu
2025-09-26[llvm][clang] Use the VFS in `FileCollector` (#160788)Jan Svoboda
2025-09-24[Clang] Support includes translated to module imports in -header-include-filt...Sina Mahdavi
2025-09-18[clang] Pass VFS into `ASTUnit::LoadFromASTFile()` (#159166)Jan Svoboda
2025-09-17[win][clang] Align scalar deleting destructors with MSABI (#139566)Mariya Podchishchaeva
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-09-16Reapply "Introduce -fexperimental-loop-fusion to clang and flang (#158844)Madhur Amilkanthwar
2025-09-16Revert "Introduce -fexperimental-loop-fuse to clang and flang (#142686)" (#15...Vitaly Buka
2025-09-15[clang] Avoid reparsing VFS overlay files for module dep collector (#158372)Jan Svoboda
2025-09-15Introduce -fexperimental-loop-fuse to clang and flang (#142686)Sebastian Pop
2025-09-12[RISCV] Enabled debug entry support by default (#157703)Georgiy Samoylov
2025-09-12[Clang] Set the FTM for trivial relocation (#142936)Corentin Jabot
2025-09-10Reland "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda