summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTContext.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-19[HLSL][TableGen] Add `__hlsl_resource_t` to known built-in function types (#1...Helena Kotas
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-05[clang][NFC] Rename stale TypeSourceInfo DI variables (#166082)Chanho Lee
2025-10-30[AMDGPU][Clang] Support for type inferring extended image builtins for AMDGPU...Rana Pratap Reddy
2025-10-23[PAC][clang] Correct handling of ptrauth queries of incomplete types (#164528)Oliver Hunt
2025-10-16[Matrix][Clang][HLSL] Move MaxMatrixDimension to a LangOpt (#163307)Farzon Lotfi
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-14[C23] Fix treating unnamed records nested in different types as compatible. (...Volodymyr Sapsai
2025-10-06[NFC][AST] Clean up XRayFilter and NoSanitizeL before backend (#162119)Vitaly Buka
2025-10-06[clangd] Retrieve documentation for class member instance from index (#153337)Nathan Ridge
2025-09-30[Clang][PowerPC] Add __dmr2048 type and DMF crypto builtins (#157152)Maryam Moghadas
2025-09-29[AMDGPU] Add a new builtin type for image descriptor rsrc (#160258)Rana Pratap Reddy
2025-09-27[clang] Fix a use-after free in ASTContext::getSubstBuiltinTemplatePack (#160...Alexander Kornienko
2025-09-26[Clang][RVV][SVE] Cache getScalableVectorType lookups (#160108)Shaoce SUN
2025-09-19[clang][PAC] Don't try to diagnose use of pointer auth on dependent types #15...Oliver Hunt
2025-09-19[Clang][NFC] Remove duplicated specialization of `llvm::DenseMapInfo<llvm::Fo...Corentin Jabot
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov
2025-09-10[clang] fix incorrect assumption about function type 's ExtInfo (#157925)Matheus Izvekov
2025-09-09[AST] Match the FoldingSetNodeID computed before and after creating TypedefTy...Ilya Biryukov
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-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov
2025-08-26[clang][PAC] Fix builtins that claim address discriminated types are bitwise ...Oliver Hunt
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov
2025-08-26[clang] fix uniquing of some TagTypes created from the injected class name (#...Matheus Izvekov
2025-08-26[clang] fix TemplateName Subst* nodes transform (#155342)Matheus Izvekov
2025-08-25[clang] NFC: change more places to use Type::getAsTagDecl and friends (#155313)Matheus Izvekov
2025-08-20[clang][SYCL] Add sycl_external attribute and restrict emitting device code (...schittir
2025-08-20[Clang] Add a builtin that deduplicate types into a pack (#106730)Ilya Biryukov
2025-08-14[Clang][attr] Add 'cfi_salt' attribute (#141846)Bill Wendling
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-04[Clang] Initial support for P2841 (Variable template and concept template par...Corentin Jabot
2025-07-25[clang] Fix issue with FoldingSet and DependentTemplateSpecialization… (#15...premanandrao
2025-07-25Revert "fix: replace report_fatal_error with Diags and exit" (#150662)Aaron Ballman
2025-07-25fix: replace report_fatal_error with Diags and exit (#147959)woruyu
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[NFC] Remove getDefaultCallingConvention IsBuiltin (#145904)Harald van Dijk
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt
2025-07-03[AArch64] Add option -msve-streaming-vector-bits= . (#144611)Eli Friedman
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu
2025-06-24[NFC] Move areCompatibleSveTypes etc. from ASTContext to SemaARM. (#145429)Eli Friedman
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[NFC][Clang][AST] Drop `llvm::` in front of `ArrayRef`/`MutableArrayRef` (#14...Rahul Joshi
2025-06-23[Modules] Record whether VarDecl initializers contain side effects (#143739)Henrik G. Olsson