llvm-capstone/clang/test/ParserOpenACC
erichkeane 2531a15dfd [OpenACC] Implement 'device_type' clause parsing
'device_type' takes either an asterisk or a list of impementation
specific identifiers. This patch implements the parsing for it.
Additionally, 'dtype' is an alias for 'device_type', though we're
implementing it as its own clause kind to improve future diagnostics, as
this will allow us to differentiate the spellings.
2024-01-23 09:23:42 -08:00
..
disabled.c
parse-cache-construct.c [OpenACC} Improve diagnostics for 'tag's on clauses/directives (#77957) 2024-01-16 06:32:10 -08:00
parse-cache-construct.cpp [OpenACC] Implement 'var' parsing correctly, support array sections (#77617) 2024-01-10 10:26:49 -08:00
parse-clauses.c [OpenACC] Implement 'device_type' clause parsing 2024-01-23 09:23:42 -08:00
parse-clauses.cpp [OpenACC] Implement 'vector_length' clause parsing. 2024-01-22 07:09:22 -08:00
parse-constructs.c [OpenACC] Add 'clause' parsing infrastructure plus a few clauses (#75052) 2023-12-18 18:53:37 -08:00
parse-constructs.cpp [OpenACC] Implement 'bind' clause parsing. 2024-01-17 14:07:34 -08:00
parse-wait-construct.c [OpenACC] Add 'clause' parsing infrastructure plus a few clauses (#75052) 2023-12-18 18:53:37 -08:00
unimplemented.c [OpenACC] Add 'clause' parsing infrastructure plus a few clauses (#75052) 2023-12-18 18:53:37 -08:00
unimplemented.cpp [OpenACC] Add 'clause' parsing infrastructure plus a few clauses (#75052) 2023-12-18 18:53:37 -08:00