summaryrefslogtreecommitdiff
path: root/clang/lib/Serialization
AgeCommit message (Expand)Author
2025-09-10[clang] Delay normalization of `-fmodules-cache-path` (#150123)Jan Svoboda
2025-09-08[clang] Rename overloaded virtual member function to prevent shadowing, NFCI ...Cyndy Ishida
2025-09-08[Clang][NFC] Rename OMPLoopTransformationDirective to OMPCanonicalLoopNestTra...Roger Ferrer Ibáñez
2025-09-05[C++20] [Modules] Add the abbrev number for coro-await-elidable callsChuanqi Xu
2025-09-05[clang] fix definition data not being propagated to all redecls (#157019)Matheus Izvekov
2025-09-04[OpenACC][NFCI] Split up the init and decl from OpenACC recipes (#156938)Erich Keane
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2025-08-28Reland: [OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#155839)Robert Imschweiler
2025-08-28[clang] Optimize EmbedExpr child iterator callback (#155803)Timm Baeder
2025-08-28Revert "[OpenMP][clang] 6.0: num_threads strict (part 3: codegen)" (#155809)Robert Imschweiler
2025-08-28[OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#146405)Robert Imschweiler
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-20[clang][timers][modules] Fix a timer being started when it's running (#154231)Alan Zhao
2025-08-20[Clang] Add a builtin that deduplicate types into a pack (#106730)Ilya Biryukov
2025-08-19[OpenACC][NFCI] Add AST Infrastructure for reduction recipeserichkeane
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-06[clang][Dependency Scanning] Move Module Timestamp Update After Compilation F...Qiongsi Wu
2025-08-06[OpenACC][NFCI] Add extra data to firstprivate recipe AST nodeerichkeane
2025-08-05[OpenACC][NFCI] Add 'InitRecipes' to 'firstprivate' AST nodeerichkeane
2025-08-04[OpenACC][CIR] Implement 'init' lowering for private clause vars (#151781)Erich Keane
2025-08-04clang: Make the type_info builtin declaration a singleton (#151277)Matt
2025-08-04[Clang] Initial support for P2841 (Variable template and concept template par...Corentin Jabot
2025-07-31[SYCL] Restrict the sycl_kernel_entry_point attribute spelling to C++11 style...Tom Honermann
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-07-28[Serialization] Fix crash while lazy-loading template specializations (#150430)Michael Jabbour
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda
2025-07-10[Sema] Fix lifetime extension for temporaries in range-based for loops in C++...Marco Vitale
2025-07-07[clang] Refactor `LangOptions` to specify compatibility as X macro arg (#146766)Jan Svoboda
2025-07-07NFC, use structured binding to simplify the code.Haojian Wu
2025-07-07[clang] Remove source range from CXXOperatorCallExpr (#147028)Haojian Wu
2025-07-06[Serialization] Remove an unnecessary cast (NFC) (#147204)Kazu Hirata
2025-07-03[Serialization] Remove an unnecessary cast (NFC) (#146986)Kazu Hirata
2025-07-03[Modules] Record side effect info in EvaluatedStmt (#146468)Henrik G. Olsson
2025-07-03[C++20] [Modules] Use current named module to do module local lookupChuanqi Xu
2025-07-01[Serialization] Use SourceLocation::UIntTy for the offset type, NFCHaojian Wu
2025-06-28[clang] Remove unused includes (NFC) (#146254)Kazu Hirata
2025-06-27[ADT] Deprecate MutableArrayRef(std::nullopt) (#146113)Kazu Hirata
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu
2025-06-26[Modules] Add merged Files to UsedModuleFilesChuanqi Xu
2025-06-25[Serialization] Remove delta encoding optimization (#145670)Haojian Wu
2025-06-25[NFC] [Modules] Adding profiling points to template lookups in serializerChuanqi Xu
2025-06-25[C++20] [Modules] Avoid crash with calls to (this auto) syntaxChuanqi Xu
2025-06-24[OpenMP][clang] 6.0: parsing/sema for num_threads 'strict' modifier (#145490)Robert Imschweiler
2025-06-23Reland "[Modules] Record whether VarDecl initializers contain side effects" (...Henrik G. Olsson
2025-06-23Revert "[Modules] Record whether VarDecl initializers contain side effects" (...Jonas Devlieghere