[OPENMP] Support for re-declarations when checking captured variables.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 20 Sep 2017 20:11:31 +0000 (20:11 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 20 Sep 2017 20:11:31 +0000 (20:11 +0000)
commite85de8fcf9c0ea5f878140c2801be67a3663a518
tree0b91e1c72bdc972a21bbaeca07872c8c26283258
parent0f245eccd6244267f64785714ed274ed62540799
[OPENMP] Support for re-declarations when checking captured variables.

Need to check for variables re-declarations when checking that the
variable was already captured in the captured region.

llvm-svn: 313805
clang/lib/AST/Stmt.cpp
clang/test/OpenMP/target_codegen.cpp