aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
24 hours[Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transf...Walter J.T.V1-0/+8
12 days[C++20] [Modules] Fix issues with non-exported in-class friend declarationsChuanqi Xu1-3/+11
13 days[win][clang] Align scalar deleting destructors with MSABI (#139566)Mariya Podchishchaeva1-0/+18
2025-09-15[Clang][OpenMP]Default clause variable category (#157063)SunilKuravinakop1-0/+2
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov1-13/+0
2025-09-11Remove extra include - fixes bazel build, introduced by 55bef46 (#158037)Karlo Basioli1-1/+0
2025-09-10Reland "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda1-1/+6
2025-09-10Revert "[clang] Delay normalization of `-fmodules-cache-path` (#150123)"Jan Svoboda1-6/+1
2025-09-10[clang] Delay normalization of `-fmodules-cache-path` (#150123)Jan Svoboda1-1/+6
2025-09-04[OpenACC][NFCI] Split up the init and decl from OpenACC recipes (#156938)Erich Keane1-5/+11
2025-08-28Reland: [OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#155839)Robert Imschweiler1-0/+1
2025-08-28Revert "[OpenMP][clang] 6.0: num_threads strict (part 3: codegen)" (#155809)Robert Imschweiler1-1/+0
2025-08-28[OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#146405)Robert Imschweiler1-0/+1
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov1-1/+1
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov1-1/+1
2025-08-20[Clang] Add a builtin that deduplicate types into a pack (#106730)Ilya Biryukov1-0/+6
2025-08-19[OpenACC][NFCI] Add AST Infrastructure for reduction recipeserichkeane1-0/+5
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-50/+58
2025-08-06[clang][Dependency Scanning] Move Module Timestamp Update After Compilation F...Qiongsi Wu1-5/+0
2025-08-06[OpenACC][NFCI] Add extra data to firstprivate recipe AST nodeerichkeane1-2/+4
2025-08-05[OpenACC][NFCI] Add 'InitRecipes' to 'firstprivate' AST nodeerichkeane1-0/+3
2025-08-04[OpenACC][CIR] Implement 'init' lowering for private clause vars (#151781)Erich Keane1-0/+3
2025-08-04clang: Make the type_info builtin declaration a singleton (#151277)Matt1-0/+2
2025-07-19Reland [Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sug...YexuanXiao1-1/+5
2025-07-17Revert "[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named su...Kazu Hirata1-5/+1
2025-07-17[Clang] Make the SizeType, SignedSizeType and PtrdiffType be named sugar type...YexuanXiao1-1/+5
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu1-5/+0
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda1-1/+20
2025-07-07[clang] Refactor `LangOptions` to specify compatibility as X macro arg (#146766)Jan Svoboda1-2/+2
2025-07-07NFC, use structured binding to simplify the code.Haojian Wu1-3/+1
2025-07-03[Modules] Record side effect info in EvaluatedStmt (#146468)Henrik G. Olsson1-0/+4
2025-07-01[Serialization] Use SourceLocation::UIntTy for the offset type, NFCHaojian Wu1-1/+1
2025-06-26[Modules] Add merged Files to UsedModuleFilesChuanqi Xu1-1/+6
2025-06-25[Serialization] Remove delta encoding optimization (#145670)Haojian Wu1-25/+15
2025-06-24[OpenMP][clang] 6.0: parsing/sema for num_threads 'strict' modifier (#145490)Robert Imschweiler1-0/+2
2025-06-23[C++20] [Modules] Don't make enum constant members always visibleChuanqi Xu1-1/+31
2025-06-19[NFC] [Serialization] Some Code Cleanups for Name lookup table thingsChuanqi Xu1-84/+107
2025-06-17[C++20][Modules] Disable preferred_name when writing a C++20 header unit (#14...Dmitry Polukhin1-2/+3
2025-06-02[ASTWriter] Do not write ObjCCategories if empty. (#141841)David Green1-0/+3
2025-06-01[Serialization] Remove unused includes (NFC) (#142300)Kazu Hirata1-6/+0
2025-05-27[HLSL] Implement `SpirvType` and `SpirvOpaqueType` (#134034)Cassandra Beckley1-0/+4
2025-05-19Revert "[clang][modules] Timestamp-less validation API (#139987)"Jan Svoboda1-1/+1
2025-05-19Reland "[clang][modules] Timestamp-less validation API (#139987)"Jan Svoboda1-1/+1
2025-05-14Revert "[clang][modules] Timestamp-less validation API" (#139987)Qinkun Bao1-1/+1
2025-05-14[clang][modules] Timestamp-less validation API (#138983)Jan Svoboda1-1/+1
2025-05-13[clang][modules] Invalidate module cache when SDKSettings.json changes (#139751)Jan Svoboda1-13/+52
2025-05-13[Serialization] Use StringRef::substr (NFC) (#139678)Kazu Hirata1-1/+1
2025-05-13Reland "Reland [Modules] Remove unnecessary check when generating name lookup...Haojian Wu1-76/+34
2025-05-07[clang][modules][deps] Optimize in-process timestamping of PCMs (#137363)Jan Svoboda1-1/+1
2025-05-04[clang] Remove unused local variables (NFC) (#138453)Kazu Hirata1-1/+0