aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/libclang
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+1
2024-06-18[Clang][AMDGPU] Add a new builtin type for buffer rsrc (#94830)Shilei Tian1-0/+2
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-1/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+1
2024-06-05[OpenACC] Implement auto/seq/independent clause Sema for 'loop'erichkeane1-0/+4
2024-06-05[OpenACC] Loop construct basic Sema and AST work (#93742)Erich Keane2-0/+12
2024-05-29[clang][ExtractAPI] Flatten all enum cases from anonymous enums at top level ...Daniel Grumberg1-0/+3
2024-05-25[clang] Revise IDE folder structure (#89743)Michael Kruse1-1/+1
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-2/+3
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov1-4/+3
2024-05-21[OpenACC] Implement 'reduction' sema for compute constructs (#92808)Erich Keane1-0/+4
2024-05-14Reapply "[Clang] Unify interface for accessing template arguments as written ...Krystian Stasiowski1-15/+14
2024-05-13Reapply "[OpenACC] device_type clause Sema for Compute constructs"erichkeane1-0/+2
2024-05-13Revert "[OpenACC] device_type clause Sema for Compute constructs"erichkeane1-2/+0
2024-05-13[OpenACC] device_type clause Sema for Compute constructserichkeane1-0/+2
2024-05-09[OpenACC] 'wait' clause for compute construct semaerichkeane1-0/+6
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl1-14/+15
2024-05-07[Clang] Unify interface for accessing template arguments as written for class...Krystian Stasiowski1-15/+14
2024-05-07[OpenACC] Implement 'async' clause sema for compute constructserichkeane1-0/+4
2024-05-06[OpenACC] Implement 'deviceptr' and 'attach' sema for compute constructserichkeane1-0/+7
2024-05-03[OpenACC] Implement copyin, copyout, create clauses for compute constructerichkeane1-0/+9
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/+8
2024-05-03[OpenACC] Implement firstprivate clause for compute constructserichkeane1-0/+4
2024-04-30[OpenACC] Private Clause on Compute Constructs (#90521)Erich Keane1-0/+9
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane2-4/+4
2024-04-24[libclang] Compute the right spelling location (#72400)Sebastian Poeplau1-2/+1
2024-04-22[OpenACC] Implement 'num_gangs' sema for compute constructs (#89460)Erich Keane1-0/+4
2024-04-18[OpenACC] Implement 'vector_length' clause On compute constructsErich Keane1-0/+4
2024-04-18[OpenACC] Implement 'num_workers' clause for compute constructs (#89151)Erich Keane1-0/+4
2024-04-16[OpenACC] Implement `self` clause for compute constructs (#88760)Erich Keane1-0/+4
2024-04-12Fix build failure from a472e6473e69erichkeane1-1/+1
2024-04-12[NFC][OpenACC] Rename visitor functions to omit redundant OpenACCerichkeane1-3/+2
2024-04-12[OpenACC] Implement 'if' clause for Compute Constructs (#88411)Erich Keane1-0/+43
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-5/+5
2024-04-03Reenable external categories (#87357)Daniel Grumberg1-54/+19
2024-04-02Revert "[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86...Daniel Grumberg1-19/+54
2024-04-02[clang][ExtractAPI] Add ability to create multiple symbol graphs (#86676)Daniel Grumberg1-54/+19
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+1
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu1-0/+1
2024-03-20Turn 'counted_by' into a type attribute and parse it into 'CountAttributedTyp...Yeoul Na1-0/+4
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu1-1/+1
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane2-0/+5
2024-02-08[clang][lex] Always pass suggested module to `InclusionDirective()` callback ...Jan Svoboda1-2/+3
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+1
2024-01-31[OpenMP] atomic compare weak : Parser & AST support (#79475)SunilKuravinakop1-0/+2
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin2-0/+12
2024-01-22[clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan1-2/+3
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-0/+8
2024-01-19[Clang] [NFC] Remove default argument in ASTUnit.h (#78566)Sirraide1-1/+2