summaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTReader.cpp
AgeCommit message (Expand)Author
2025-11-13[clang] [Serialization] No transitive change for MacroID and PreprocessedEnti...Chuanqi Xu
2025-11-12[C++20] [Modules] Don't import initializer/pending implicit instantiations fr...Chuanqi Xu
2025-11-07[OpenMP][Clang] Add parser/semantic support for dyn_groupprivate clause (#152...Kevin Sala Penades
2025-11-03[C2y] Support WG14 N3457, the __COUNTER__ macro (#162662)Aaron Ballman
2025-10-30[clang][OpenMP] New OpenMP 6.0 threadset clause (#135807)Ritanya-B-Bharadwaj
2025-10-22[clang] Refactor `ASTUnit::LoadFromASTFile()` (#164265)Jan Svoboda
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-13[OpenMP 60] Update parsing and semantic support for `nowait` clause to accept...Fazlay Rabbi
2025-10-13[clang][modules] Derive mtime from PCM timestamps, not PCM files (#162965)Jan Svoboda
2025-10-13Reapply "[OpenACC] Sema changes for +*&|^ reduction combiner recipes (… (ht...Erich Keane
2025-10-09[OpenACC][NFC] AST changes for Reduction combiner (#162573)Erich Keane
2025-10-02[NFC][OpenACC] Remove 'initExpr' from AST/etc. (#161674)Erich Keane
2025-09-29[Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transf...Walter J.T.V
2025-09-15[Clang][OpenMP]Default clause variable category (#157063)SunilKuravinakop
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov
2025-09-08[clang] Rename overloaded virtual member function to prevent shadowing, NFCI ...Cyndy Ishida
2025-09-04[OpenACC][NFCI] Split up the init and decl from OpenACC recipes (#156938)Erich Keane
2025-08-28Reland: [OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#155839)Robert Imschweiler
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[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-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-07[clang] Refactor `LangOptions` to specify compatibility as X macro arg (#146766)Jan Svoboda
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-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu
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-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
2025-06-23[Modules] Record whether VarDecl initializers contain side effects (#143739)Henrik G. Olsson
2025-06-19[NFC] [Serialization] Some Code Cleanups for Name lookup table thingsChuanqi Xu