summaryrefslogtreecommitdiff
path: root/clang/lib/AST/Decl.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2025-11-12[Clang][NFC] Fix a typo in FunctionDecl (#167677)Younan Zhang
2025-10-20[ADT] Prepare for deprecation of StringSwitch cases with 4+ args. NFC. (#164173)Jakub Kuderski
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-14[Clang] Destructors should not be immediate-escalating (#163390)Corentin Jabot
2025-10-01[Clang][NFC] Refactor operator delete argument handling (#160554)Andy Kaylor
2025-09-18[C++20][Modules] Fix merging of anonymous members of class templates. (#155948)Michael Park
2025-09-01[clang]: Support `analyzer_noreturn` attribute in `CFG` (#150952)Andrey Karlov
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-25[clang] NFC: change more places to use Type::getAsTagDecl and friends (#155313)Matheus Izvekov
2025-08-19[clang] fix redecl chain assumption when checking linkage consistency (#153996)Matheus Izvekov
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-30[Clang][AArch64] Expect valid FunctionDecl in IsArmStreamingFunctionSander de Smalen
2025-07-15Check if clang::FieldDecl has constant-integer bit width before getting the w...higher-performance
2025-07-12[Clang][AST][NFC] (`RecordDecl` -> `CXXRecordDecl`)`::isInjectedClassName` (#...Yanzuo Liu
2025-07-07[Modules] Don't const eval VarDecls with dependent type (#147378)Henrik G. Olsson
2025-07-03[Modules] Record side effect info in EvaluatedStmt (#146468)Henrik G. Olsson
2025-06-28[clang] Remove unused includes (NFC) (#146254)Kazu Hirata
2025-06-24[HLSL][RootSignature] Add `fdx-rootsignature-version` option to specify root ...Finn Plummer
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
2025-06-23[NFC][Clang][AST] Adopt `llvm::copy` in Clang AST (#145192)Rahul Joshi
2025-06-19[NFC][Clang][AST] Adopt simplified `getTrailingObjects` in AST (#144432)Rahul Joshi
2025-06-08[Clang] Support constexpr asm at global scope. (#143268)Corentin Jabot
2025-06-05[clang] Simplify device kernel attributes (#137882)Nick Sarnie
2025-05-15[NFC][Clang] Adopt simplified `getTrailingObjects` in Decl/DeclTemplate (#139...Rahul Joshi
2025-05-12[HLSL][RootSignature] Define and integrate rootsig clang attr and decl (#137690)Finn Plummer
2025-05-09[clang] UEFI do not mangle main (#139179)Prabhu Rajasekaran
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-05-06[Clang] Implement the core language parts of P2786 - Trivial relocation (#127...cor3ntin
2025-04-28Reland [clang] Handle instantiated members to determine visibility (#136128) ...Andrew Savonichev
2025-04-22Reapply 19c708c "FunctionDecl::getFunctionTypeLoc: ignore function type attri...Owen Anderson
2025-04-20Revert "FunctionDecl::getFunctionTypeLoc: ignore function type attributes (#1...Owen Anderson
2025-04-19FunctionDecl::getFunctionTypeLoc: ignore function type attributes (#118420)Robert Dazi
2025-04-18Revert "[clang] Handle instantiated members to determine visibility" (#136317)Erich Keane
2025-04-18[clang] Handle instantiated members to determine visibility (#136128)Andrew Savonichev
2025-04-10[RFC] Initial implementation of P2719 (#113510)Oliver Hunt
2025-04-08[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)Aniket Lal
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-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie
2025-02-25[HLSL] Implement default constant buffer $Globals (2nd attempt) (#128589)Helena Kotas
2025-02-20Revert "[HLSL] Implement default constant buffer `$Globals`" (#128112)Helena Kotas
2025-02-20[HLSL] Implement default constant buffer `$Globals` (#125807)Helena Kotas
2025-02-20[HLSL] Constant Buffers CodeGen (#124886)Helena Kotas