llvm-project
26fee0ff - [OpenACC] Implement Sema work for OpenACC Clauses (#87821)

Commit
1 year ago
[OpenACC] Implement Sema work for OpenACC Clauses (#87821) Now that we have AST nodes for OpenACC Clauses, this patch adds their creation to Sema and makes the Parser call all the required functions. This also redoes TreeTransform to work with the clauses/make sure they are transformed. Much of this is NFC, since there is no clause we can test this behavior with. However, there IS one noticable change; we are now no longer diagnosing that a clause is 'not implemented' unless it there was no errors parsing its parameters. This is because it cleans up how we create and diagnose clauses.
Author
Parents
Loading