summaryrefslogtreecommitdiff
path: root/clang/test/ParserHLSL
AgeCommit message (Expand)Author
2025-11-13Reapply "[HLSL] Rework semantic handling as attributes" (#167862)Nathan Gauër
2025-11-12Revert "[HLSL] Rework semantic handling as attributes #166796" (#167759)Nathan Gauër
2025-11-12[HLSL] Rework semantic handling as attributes (#166796)Nathan Gauër
2025-11-06[HLSL] Add support for user semantics (#153424)Nathan Gauër
2025-09-21[clang] ast-dump: use template pattern for `instantiated_from` (#159952)Matheus Izvekov
2025-09-16[HLSL] Use static create methods to initialize resources in arrays (#157005)Helena Kotas
2025-09-11Reapply "[HLSL] Rewrite semantics parsing" (#157718) (#158044)Nathan Gauër
2025-09-09Revert "[HLSL] Rewrite semantics parsing" (#157718)Nathan Gauër
2025-09-09[HLSL] Rewrite semantics parsing (#152537)Nathan Gauër
2025-09-04[HLSL][NFC] Change line endings to LF (#156930)Helena Kotas
2025-07-08[Clang] include attribute scope in diagnostics (#144619)Oleksandr T.
2025-05-29[HLSL] Make implicit binding warning off by default (#141879)Helena Kotas
2025-04-29[HLSL] Resource initialization by constructors (#135120)Helena Kotas
2025-04-16[HLSL] Add a warning for implicit bindings (#135909)Justin Bogner
2025-03-17[HLSL] Remove HLSLResource attribute (#130342)Helena Kotas
2025-03-13[HLSL][NFC] Update HLSL AST tests to be more readable (#130910)Helena Kotas
2024-11-19[HLSL] Rename resource's "h" member to "__handle". NFC (#116696)Justin Bogner
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-10-15[HLSL] Make HLSLAttributedResourceType canonical and add code paths to conver...Helena Kotas
2024-09-29[HLSL] Replace `element_type*` handles in HLSLExternalSemaSource with `__hlsl...Helena Kotas
2024-09-26[HLSL] Allow resource type attributes only on `__hlsl_resource_t` (#110143)Helena Kotas
2024-09-26[HLSL] Remove `__builtin_hlsl_create_handle` (#109910)Helena Kotas
2024-09-19[HLSL][NFC] Update resource attribute tests (#108919)Helena Kotas
2024-09-16[HLSL] Add `[[hlsl::raw_buffer]]` attribute (#107954)Helena Kotas
2024-09-16[HLSL] Add `[[hlsl::contained_type()]]` attribute (#108456)Helena Kotas
2024-09-13[HLSL] Add HLSL 202y language mode (#108437)Chris B
2024-09-10[HLSL] Warn on duplicate is_rov attribute; remove unnecessary parentheses (#1...Helena Kotas
2024-09-05[HLSL] Apply resource attributes to the resource type rather than the handle ...Helena Kotas
2024-08-23Implement resource binding type prefix mismatch diagnostic infrastructure (#9...Joshua Batista
2024-08-14[HLSL] Split out the ROV attribute from the resource attribute, make it a new...Joshua Batista
2024-08-02Attach resource attributes to handle within record, instead of record (#101433)Joshua Batista
2024-07-12[HLSL] Split out resource class data from resource attribute (#98419)Joshua Batista
2024-06-28[ParserHLSL] Attempt to parse HLSL annotations on Field Decls. (#96346)Joshua Batista
2024-03-21[clang] Accept lambdas in C++03 as an extensions (#73376)Nikolas Klauser
2023-11-28[HLSL] Parameter modifier parsing and AST (#72139)Chris B
2023-07-22[clang] Enable C++11-style attributes in all language modesNikolas Klauser
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta
2022-10-20[HLSL] Add groupshare address space.Xiang Li
2022-09-21[HLSL] Support cbuffer/tbuffer for hlsl.Xiang Li
2022-04-28[HLSL] Adjust access specifier behaviorChris Bieneman
2022-04-14[HLSL] Add Semantic syntax, and SV_GroupIndexChris Bieneman