summaryrefslogtreecommitdiff
path: root/clang/include/clang-c
AgeCommit message (Expand)Author
2025-09-29[Clang][OpenMP][LoopTransformations] Implement "#pragma omp fuse" loop transf...Walter J.T.V
2025-07-22[clang-c] Don't deprecate CXRemapping as well as its users (#149975)Simon Pilgrim
2025-07-16[Clang] Reintroduce obsolete libclang symbols to avoid an ABI break (#149079)Sirraide
2025-07-07[libclang][Cygwin] Use __declspec(dllexport) for libclang on Cygwin (#147122)Tomohiro Kashiwada
2025-07-07[libclang] Add missing dllexport annotation (#147108)Tomohiro Kashiwada
2025-06-25[clang-c] introduce queries on GCC-style inline assembly statements (#143424)wieDasDing
2025-05-27[HLSL] Implement `SpirvType` and `SpirvOpaqueType` (#134034)Cassandra Beckley
2025-05-05Remove duplicate API (#132776)Jugst3r
2025-04-15[cindex] Add support for calling getFullyQualifiedName to the Python binding....Brian Cody
2025-03-03[OpenACC] Implement 'cache' construct AST/Semaerichkeane
2025-03-03[RISCV][VLS] Support RISCV VLS calling convention (#100346)Brandon Wu
2025-03-02[cindex] Add API to query the class methods of a type (#123539)Trevor Laughlin
2025-02-13[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#126927)Zahira Ammarguellat
2025-02-11Revert "[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)"Kazu Hirata
2025-02-11[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)Zahira Ammarguellat
2025-02-03[OpenACC] Implement Sema/AST for 'atomic' constructerichkeane
2025-01-30[Clang] Remove ARCMigrate (#119269)Sirraide
2025-01-14[libclang] Add API to query more information about base classes. (#120300)Eli Friedman
2025-01-10[libclang] Allow using PrintingPolicy with types (#122386)Eli Friedman
2025-01-07[OpenACC] Initial sema implementation of 'update' constructerichkeane
2025-01-06[OpenACC] Implement 'set' construct semaerichkeane
2024-12-19[OpenACC] Implement 'init' and 'shutdown' constructserichkeane
2024-12-18[OpenACC] Implement 'wait' constructerichkeane
2024-12-12[docs] Add a more detailed description in CXString.h. (#119090)iseki
2024-12-12[OpenACC] Create AST nodes for 'data' constructserichkeane
2024-11-12[OpenACC] Implement AST/Sema for combined constructserichkeane
2024-10-18[NFC] Fix c++ style comment in c file (#112814)Jinsong Ji
2024-08-29[HLSL] Add HLSLAttributedResourceType (#106181)Helena Kotas
2024-08-16[libclang/python] Expose `clang_isBeforeInTranslationUnit` for `SourceRange._...Jannick Kremer
2024-08-06[clang] Remove commas at the end of enumerator lists [NFC]Jie Fu
2024-08-05[HLSL] Implement intangible AST type (#97362)Helena Kotas
2024-08-05[OpenMP] OpenMP 5.1 "assume" directive parsing support (#92731)Julian Brown
2024-07-19[Clang][OpenMP] Add interchange directive (#93022)Michael Kruse
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse
2024-07-15Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libcl...Thomas Wucher
2024-06-05[OpenACC] Loop construct basic Sema and AST work (#93742)Erich Keane
2024-04-25[NFC] Generalize ArraySections to work for OpenACC in the future (#89639)Erich Keane
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu
2024-03-18Add some missing Kinds to libclang python bindings (#85571)ykiko
2024-02-13[OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane
2024-02-05New calling convention preserve_none (#76868)weiguozhi
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer
2023-10-15[Clang][M68k] Add Clang support for the new M68k_RTD CCMin-Yih Hsu
2023-08-24[OpenMP 5.1] Parsing and Sema support for `scope` directiveFazlay Rabbi
2023-06-09[libclang] Add CXBinaryOperatorKind and CXUnaryOperatorKindMineGame159
2023-05-10libclang: add missing `struct` in the declarationSaleem Abdulrasool
2023-05-10libclang: declare blocks interfaces alwaysSaleem Abdulrasool
2023-05-03[Modules] Move modulemaps to header search directories. NFC intended.Volodymyr Sapsai
2023-03-23Revert "libclang: Pass Clang install directory to driver via argv[0]."Aaron Ballman