[Openmp-commits] [PATCH] D57615: [AST][OpenMP] OpenMP master Construct contains Structured block
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 1 13:43:15 PST 2019
ABataev added a comment.
In D57615#1381443 <https://reviews.llvm.org/D57615#1381443>, @lebedev.ri wrote:
> Let's instead solve the problem of structured block not having an AST representation.
Again, this is not a problem for the compiler. If you want this idiom for the analyzer, you need to teach the analyzer to handle the AST nodes in accordance with the OpenMP standard.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57615/new/
https://reviews.llvm.org/D57615
More information about the Openmp-commits
mailing list