aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/TextNodeDumper.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-15[Clang][AST] Move NamespaceDecl bits to DeclContext (#98567)Krystian Stasiowski1-2/+2
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+5
2024-06-13[clang] Don't print extra space when dumping template names (#95213)Haojian Wu1-1/+1
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-5/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+5
2024-06-06[clang] NFCI: Make ASTContext optional in the AST text dumper again (#94522)Matheus Izvekov1-8/+13
2024-06-05[OpenACC] Implement auto/seq/independent clause Sema for 'loop'erichkeane1-0/+3
2024-06-05[OpenACC] Loop construct basic Sema and AST work (#93742)Erich Keane1-0/+7
2024-05-30[clang] text ast-dumper: dump TemplateName for TST and DTST (#93766)Matheus Izvekov1-11/+32
2024-05-29[clang] Preserve Qualifiers and type sugar in TemplateNames (#93433)Matheus Izvekov1-2/+2
2024-05-29[clang] Improve ast-dumper text printing of TemplateArgument (#93431)Matheus Izvekov1-14/+90
2024-05-21[OpenACC] Implement 'reduction' sema for compute constructs (#92808)Erich Keane1-0/+4
2024-05-13Reapply "[OpenACC] device_type clause Sema for Compute constructs"erichkeane1-0/+13
2024-05-13Revert "[OpenACC] device_type clause Sema for Compute constructs"erichkeane1-13/+0
2024-05-13[OpenACC] device_type clause Sema for Compute constructserichkeane1-0/+13
2024-05-09[OpenACC] 'wait' clause for compute construct semaerichkeane1-0/+7
2024-05-07[OpenACC] Implement 'async' clause sema for compute constructserichkeane1-0/+1
2024-05-06[OpenACC] Implement 'deviceptr' and 'attach' sema for compute constructserichkeane1-0/+2
2024-05-03[OpenACC] Implement copyin, copyout, create clauses for compute constructerichkeane1-0/+21
2024-05-03[OpenACC] Implement copy clause for compute constructs.erichkeane1-0/+3
2024-05-03[OpenACC] Implement no_create and present clauses on compute constructserichkeane1-0/+2
2024-05-03[OpenACC] Implement firstprivate clause for compute constructserichkeane1-1/+2
2024-04-30[OpenACC] Private Clause on Compute Constructs (#90521)Erich Keane1-0/+1
2024-04-22[OpenACC] Implement 'num_gangs' sema for compute constructs (#89460)Erich Keane1-0/+1
2024-04-18[OpenACC] Implement 'vector_length' clause On compute constructsErich Keane1-0/+1
2024-04-18[OpenACC] Implement 'num_workers' clause for compute constructs (#89151)Erich Keane1-0/+1
2024-04-16[OpenACC] Implement `self` clause for compute constructs (#88760)Erich Keane1-0/+1
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide1-0/+3
2024-04-12[OpenACC] Implement 'if' clause for Compute Constructs (#88411)Erich Keane1-0/+5
2024-04-12[Clang] Fix AST dump for {CXXDefaultArgExpr, CXXDefaultInitExpr} (#88269)yronglin1-12/+2
2024-04-10[OpenACC] Implement Default clause for Compute Constructs (#88135)Erich Keane1-0/+11
2024-04-09[Clang] [Sema] Fix dependence of DREs in lambdas with an explicit object para...Sirraide1-1/+6
2024-04-08TextNodeDumper.cpp - remove empty switch to fix MSVC "switch statement contai...Simon Pilgrim1-8/+0
2024-04-05[OpenACC][NFC] Add OpenACC Clause AST Nodes/infrastructure (#87675)Erich Keane1-1/+22
2024-03-28[AST] Print the "aggregate" for aggregate deduction guide decl. (#84018)Haojian Wu1-0/+13
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane1-0/+5
2024-01-31[AST] Add dump() method to TypeLoc (#65484)Sam McCall1-4/+30
2024-01-31[Clang] Dump the rewritten sub-expressions in CXXDefaultArgExpr/CXXDefaultIni...yronglin1-0/+20
2024-01-25Recommit "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-0/+3
2024-01-25Revert "[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)"Craig Topper1-3/+0
2024-01-25[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper1-0/+3
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin1-1/+1
2024-01-09[AST] Teach TextNodeDumper to print the "implicit" bit for coroutine AST node...Haojian Wu1-0/+10
2023-11-06[clang][NFC] Refactor `InlineCommandComment::RenderKind`Vlad Serebrennikov1-5/+5
2023-11-01[clang][NFC] Refactor `LinkageSpecDecl::LanguageIDs`Vlad Serebrennikov1-2/+2
2023-11-01[clang][NFC] Refactor `OMPDeclareReductionDecl::InitKind`Vlad Serebrennikov1-3/+3
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov1-9/+9
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-3/+3
2023-10-26[AST] Only dump desugared type when visibly different (#65214)Jessica Clarke1-4/+9
2023-10-02[C++] Implement "Deducing this" (P0847R7)Corentin Jabot1-0/+4