summaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclBase.cpp
AgeCommit message (Expand)Author
2025-10-15[NFC] [clang] Add comments for a defectChuanqi Xu
2025-09-18[clang] [OpenMP] New OpenMP 6.0 - Parsing and Sema support for groupprivate (...Ritanya-B-Bharadwaj
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-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-06-27[C++20] [Modules] Don't mark namespace decl as module local declarationChuanqi Xu
2025-06-12[C++20] [Modules] Fix module local lookup ambiguousityChuanqi Xu
2025-05-19[clang] Use *Map::try_emplace (NFC) (#140477)Kazu Hirata
2025-05-12[HLSL][RootSignature] Define and integrate rootsig clang attr and decl (#137690)Finn Plummer
2025-05-08[clang] Remove "unknown" from availability diags (#138610)Cyndy Ishida
2025-05-04[clang] Use *(Set|Map)::contains (NFC) (#138464)Kazu Hirata
2025-04-29[C] Diagnose declarations hidden in C++ (#137368)Aaron Ballman
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane
2025-02-18[NFC] [clang] make isFlexibleArrayMemberLike Ctx const (#126656)Florian Mayer
2025-02-03[clang] Support member function poiners in Decl::getFunctionType() (#125077)Benjamin Maxwell
2025-01-29[Clang][P1061] Add stuctured binding packs (#121417)Jason Rice
2025-01-22[SYCL] AST support for SYCL kernel entry point functions. (#122379)Tom Honermann
2025-01-17[C++20] [Modules] Support module level lookup (#122887) (#123281)Chuanqi Xu
2025-01-17[AST] Add OriginalDC argument to ExternalASTSource::FindExternalVisibleDeclsB...Chuanqi Xu
2025-01-16Revert "[C++20] [Modules] Support module level lookup (#122887)"Chuanqi Xu
2025-01-15[C++20] [Modules] Support module level lookup (#122887)Chuanqi Xu
2024-11-25[clang][NFC]add static for internal linkage function (#117482)Congcong Cai
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2024-10-10[C++20][Modules] Relax ODR check in unnamed modules (#111160)Dmitry Polukhin
2024-08-09Return available function types for BindingDecls. (#102196)Samira Bazuzi
2024-08-08Reland [C++20] [Modules] [Itanium ABI] Generate the vtable in the mod… (#10...Chuanqi Xu
2024-08-05[C++20] [Modules] Skip ODR checks in implicit global modulesChuanqi Xu
2024-07-26[Clang] Remove `IDNS_Ordinary` flag in `IndirectFieldDecl::IdentifierNamespac...Yanzuo Liu
2024-07-15[Clang][AST] Move NamespaceDecl bits to DeclContext (#98567)Krystian Stasiowski
2024-07-12[NFC] [Modules] Introduce 'DeclBase::isInNamedModule' interfaceChuanqi Xu
2024-07-10Revert "[C++20] [Modules] [Itanium ABI] Generate the vtable in the module uni...Chuanqi Xu
2024-06-19[NFC] [Serialization] Unify how LocalDeclID can be createdChuanqi Xu
2024-06-18[HLSL] Strict Availability Diagnostics (#93860)Helena Kotas
2024-06-17[C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dyn...Chuanqi Xu
2024-06-11[clang] Replace X && isa<Y>(X) with isa_and_nonnull<Y>(X). NFC (#94987)Pavel Samolysov
2024-06-07[serialization] no transitive decl change (#92083)Chuanqi Xu
2024-06-07Revert "[serialization] no transitive decl change (#92083)"Chuanqi Xu
2024-06-07[serialization] no transitive decl change (#92083)Chuanqi Xu
2024-06-06Revert "[serialization] no transitive decl change (#92083)"Chuanqi Xu
2024-06-06[serialization] no transitive decl change (#92083)Chuanqi Xu
2024-06-04[NFC] [AST] Introduce Decl::isInAnotherModuleUnit and Decl::shouldEmitInExter...Chuanqi Xu
2024-06-04Revert "[serialization] no transitive decl change (#92083)"Chuanqi Xu
2024-06-04[serialization] no transitive decl change (#92083)Chuanqi Xu
2024-06-03Revert "[serialization] no transitive decl change (#92083)"Chuanqi Xu
2024-06-03[serialization] no transitive decl change (#92083)Chuanqi Xu
2024-05-29[HLSL] Default and Relaxed Availability Diagnostics (#92704)Helena Kotas
2024-05-19[Clang][HLSL] Add environment parameter to availability attribute (#89809)Helena Kotas
2024-04-29[Clang] Address post commit feedbacks in #89906 (#90495)cor3ntin