aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization
AgeCommit message (Expand)AuthorFilesLines
2026-02-06[clang] Canonicalizing `-include-pch` input in the Frontend (#180065)Qiongsi Wu1-0/+9
2026-02-06[HLSL][Matrix] introduce MatrixElementExpr as accessor and swizzle operator (...Farzon Lotfi2-0/+19
2026-02-06[clang]: reflection operator parsing for primitive types (#164692)Nhat Nguyen2-0/+14
2026-02-05[C++20][Modules] Fix relocatable PCH feature. (#180023)Michael Park1-3/+5
2026-02-02[Serialization] Stop demote var definition as declaration (#172430) (#177117)Chuanqi Xu1-14/+0
2026-01-22[clang][modules] Read PCM validation timestamp earlier (#177062)Jan Svoboda1-5/+5
2026-01-21[Modules] Fix spurious errors about module input file changing after .pcm fil...Volodymyr Sapsai1-2/+7
2026-01-21[C++20][Modules] Improve namespace look-up performance for modules. (Attempt ...Michael Park3-44/+93
2026-01-16Revert "[Serialization] Stop demote var definition as declaration" (#176441)Jordan Rupprecht1-0/+14
2026-01-16[OpenMP][Clang] Parsing/Sema support for `use_device_ptr(fb_preserve/fb_nulli...Abhinav Gaba2-0/+4
2026-01-15[clang][modules] Unify "context hash" and "specific module cache path" (#176215)Jan Svoboda2-20/+23
2026-01-15[CLANG][OpenMP] Add support for OpenMP6.0 transparent clause. (#174646)Zahira Ammarguellat2-0/+13
2026-01-15[Serialization] Remove bail-out logic in TemplateArgumentHasherJonas Hahnfeld1-33/+3
2026-01-15[Serialization] Complete only needed partial specializationsJonas Hahnfeld1-8/+2
2026-01-15[Serialization] Hash inner template argumentsJonas Hahnfeld1-0/+15
2026-01-14[Serialization] Stop demote var definition as declaration (#172430)Chuanqi Xu1-14/+0
2026-01-07Revert "[C++20][Modules] Improve namespace look-up performance for modules. (...Michael Park2-70/+16
2026-01-07[C++20] [Modules] Don't update MarkAsUsed information for decls from named mo...Chuanqi Xu1-1/+4
2026-01-06[clang] Reference-count `ModuleCache` non-intrusively (#164889)Jan Svoboda2-4/+4
2026-01-05[clang][modules] Diagnose config mismatches more generally from precompiled f...Cyndy Ishida1-22/+33
2026-01-05[C++20] [Modules] Fix incorrect read of TULocalOffset for delayed namespace (...Chuanqi Xu1-1/+1
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin2-2/+2
2025-12-19[clang][modules] print mtime of input files when recorded in "module-file-inf...Cyndy Ishida1-1/+2
2025-12-18[clang] Fix an invalidate iterator in PCH with -ftime-trace enabled. (#172658)Haojian Wu1-3/+7
2025-12-17[HLSL][Matrix] Add support for single subscript accessor (#170779)Farzon Lotfi2-0/+17
2025-12-17[clang] Avoid invalid iterator in MergeDefinitionData (#172559)Jonas Hahnfeld1-2/+3
2025-12-17[AST][RISCV] Preserve RISC-V intrinsic pragma in AST (#171981)Brandon Wu2-0/+35
2025-12-16[C++20][Modules][NFC] Some minor non-functional fixes (#172524)Michael Park1-3/+3
2025-12-15[C++20][Modules] Improve namespace look-up performance for modules. (#171769)Michael Park2-16/+70
2025-12-12Reland [MS][clang] Add support for vector deleting destructors (#170337)Mariya Podchishchaeva4-14/+94
2025-12-11[llvm][clang] Sandbox filesystem reads (#165350)Jan Svoboda2-0/+23
2025-12-11[Clang] Add support for the C `_Defer` TS (#162848)Sirraide2-0/+17
2025-12-03[clang] Propagate definition data to all redecls (#170090)Jonas Hahnfeld1-2/+2
2025-12-01[CUDA] Add device-side kernel launch support (#165519)darkbuck2-16/+29
2025-12-01Adding support for iterator in motion clauses. (#159112)ShashwathiNavada2-0/+8
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu4-94/+14
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva4-14/+94
2025-11-13[clang] [Serialization] No transitive change for MacroID and PreprocessedEnti...Chuanqi Xu3-88/+104
2025-11-12[Clang][NFC] Fix a typo in FunctionDecl (#167677)Younan Zhang1-1/+1
2025-11-12[C++20] [Modules] Don't import initializer/pending implicit instantiations fr...Chuanqi Xu2-18/+27
2025-11-07[OpenMP][Clang] Add parser/semantic support for dyn_groupprivate clause (#152...Kevin Sala Penades2-0/+27
2025-11-04[clang][modules] Fix crash in enum visibility lookup for C++20 header units (...Naveen Seth Hanig1-2/+1
2025-11-03[C2y] Support WG14 N3457, the __COUNTER__ macro (#162662)Aaron Ballman1-2/+2
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj2-0/+20
2025-10-22[clang] Refactor `ASTUnit::LoadFromASTFile()` (#164265)Jan Svoboda1-1/+7
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov2-5/+5
2025-10-13[OpenMP 60] Update parsing and semantic support for `nowait` clause to accept...Fazlay Rabbi2-2/+8
2025-10-13[clang][modules] Derive mtime from PCM timestamps, not PCM files (#162965)Jan Svoboda2-1/+7
2025-10-13Reapply "[OpenACC] Sema changes for +*&|^ reduction combiner recipes (… (ht...Erich Keane1-1/+1
2025-10-09[OpenACC][NFC] AST changes for Reduction combiner (#162573)Erich Keane2-3/+25