commit | 4d4624c20cd970ec4f4e5ecd9d90e51443e32c0e | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@hotmail.com> | Thu Jul 20 16:47:47 2017 +0000 |
committer | Alexey Bataev <a.bataev@hotmail.com> | Thu Jul 20 16:47:47 2017 +0000 |
tree | c5cea877e03ac1be73cdde9af18623fce2e74635 | |
parent | 22058c3fbb6b0a0f04fdc2ba13a56022447109d0 [diff] |
[OPENMP] Fix DSA processing for member declaration. If the member declaration is captured in the OMPCapturedExprDecl, we may loose data-sharing attribute info for this declaration. Patch fixes this bug. llvm-svn: 308629