This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] DSAChecker bug fix for combined directives.
ClosedPublic

Authored by arpith-jacob on Jan 23 2017, 7:14 AM.

Details

Summary

The DSAChecker code in SemaOpenMP looks at the captured statement
associated with an OpenMP directive. A combined directive such as
'target parallel' has nested capture statements, which have to be
fully traversed before executing the DSAChecker. This is a patch
to perform the traversal for such combined directives.

Diff Detail

Repository
rL LLVM

Event Timeline

arpith-jacob created this revision.Jan 23 2017, 7:14 AM
This revision is now accepted and ready to land.Jan 23 2017, 7:29 AM
This revision was automatically updated to reflect the committed changes.