[llvm-bugs] [Bug 40563] AST: OpenMP 'for' Worksharing-Loop Construct is undermodelled
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 1 10:12:11 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40563
Alexey Bataev <a.bataev at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Alexey Bataev <a.bataev at hotmail.com> ---
CapturedDecl is not the representation of the structured block. It used just to
simplify the parsing/sema/codegen. The outlined function is not generated for
the loop, so there is no problem with the standard compatibility.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190201/7f2b1a54/attachment.html>
More information about the llvm-bugs
mailing list