]> granicus.if.org Git - clang/commit
[OPENMP] Fix handling loop-based directives with arrays.
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 17 Feb 2016 10:29:05 +0000 (10:29 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 17 Feb 2016 10:29:05 +0000 (10:29 +0000)
commitd647fbfe823993c92cdcf0ada6614fcbd3639519
tree19c7a4115ec6852adc960f9cc67b0a82e47b426c
parenta11816e2582b793e0d1fc926efba7e432fb2ba7f
[OPENMP] Fix handling loop-based directives with arrays.
Patch fixes possible problems with correct handling arrays as
expressions in initialization, conditions etc in loop-based constructs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261080 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOpenMP.cpp
test/OpenMP/for_ast_print.cpp