summaryrefslogtreecommitdiff
path: root/clang/lib/AST/ASTImporter.cpp
AgeCommit message (Expand)Author
2025-11-10[Clang][ASTImporter] Implement AST import for CXXParenListInitExpr, SubstNonT...ganenkokb-yandex
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-03[Clang] Normalize constraints before checking for satisfaction (#161671)Corentin Jabot
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2025-09-12[clang] AST: remove DependentTemplateSpecializationType (#158109)Matheus Izvekov
2025-09-12[clang][ASTImporter] Fixed test 'ctu-import-type-decl-definition' and ASTImpo...Balázs Kéri
2025-09-03[clang] Fix crash 'Cannot get layout of forward declarations' during CTU stat...Balázs Kéri
2025-09-02[Clang] [C2y] Implement N3355 ‘Named Loops’ (#152870)Sirraide
2025-08-29Revert "[clang] Fix of a crash 'Cannot get layout of forward declarations!' d...Balázs Kéri
2025-08-29[clang] Fix of a crash 'Cannot get layout of forward declarations' during CTU...Balázs Kéri
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] Add a builtin that deduplicate types into a pack (#106730)Ilya Biryukov
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-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-09Ast importer visitors (#138838)ganenkokb-yandex
2025-06-26[clang] Use a new constructor of ArrayRef (NFC) (#146007)Kazu Hirata
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu
2025-06-23[NFC][Clang][AST] Drop `llvm::` in front of `ArrayRef`/`MutableArrayRef` (#14...Rahul Joshi
2025-06-23[NFC][Clang][AST] Adopt `llvm::copy` in Clang AST (#145192)Rahul Joshi
2025-06-23[NFC][Clang][AST] Use `llvm::copy` instead of `memcpy` in StringLiteral (#145...Rahul Joshi
2025-06-19[clang] Migrate away from ArrayRef(std::nullopt) (NFC) (#144982)Kazu Hirata
2025-06-19[NFC][Clang][AST] Adopt simplified `getTrailingObjects` in AST (#144432)Rahul Joshi
2025-06-15[Clang] add fix-it hints for unknown attributes (#141305)Oleksandr T.
2025-05-28[AArch64] Rename AArch64SVEACLETypes.def and add base SVE_TYPE.David Green
2025-05-27[clang][AST][NFC] fix spelling typos in clang AST files (#141346)Baranov Victor
2025-05-27[HLSL] Implement `SpirvType` and `SpirvOpaqueType` (#134034)Cassandra Beckley
2025-05-06[clang][ASTImporter] Fix AST import if anonymous namespaces are merged (#128735)Balázs Kéri
2025-05-02[C23] Implement WG14 N3037 (#132939)Aaron Ballman
2025-04-15Merge similar Clang Thread Safety attributes (#135561)Aaron Puchert
2025-04-14[clang] AST: remove source locations from [Variable/Dependent]SizedArrayType ...Matheus Izvekov
2025-04-12Reland: [clang] Improved canonicalization for template specialization types (...Matheus Izvekov
2025-04-11[clang] ASTImporter: fix SubstNonTypeTemplateParmExpr source location (#135450)Matheus Izvekov
2025-04-11Revert "[clang] Improved canonicalization for template specialization types" ...Dmitry Vasilyev
2025-04-10[RFC] Initial implementation of P2719 (#113510)Oliver Hunt
2025-04-10[clang] Improved canonicalization for template specialization types (#135119)Matheus Izvekov
2025-04-07[clang] fix partial ordering of NTTP packs (#134461)Matheus Izvekov
2025-04-03[clang] NFC: introduce UnsignedOrNone as a replacement for std::optional<unsi...Matheus Izvekov
2025-04-03[clang] support pack expansions for trailing requires clauses (#133190)Matheus Izvekov
2025-04-02[clang] Track final substitution for Subst* AST nodes (#132748)Matheus Izvekov
2025-04-01[clang] Concepts: support pack expansions for type constraints (#132626)Matheus Izvekov
2025-04-01[clang] improved preservation of template keyword (#133610)Matheus Izvekov
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov