[OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attribute.c
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 6 May 2015 06:34:55 +0000 (06:34 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 6 May 2015 06:34:55 +0000 (06:34 +0000)
commit1a8b3f1a4eb406d9fc45f3a132f7969c10c76619
tree7403de7ec2229508c33f31bc3618fa30ad785064
parent1d2854477c040b26232f7909f4575e190a3c13ba
[OPENMP] Fix for llvm.org/PR23387: clang fails to compile magick/attribute.c

Allow to use variables with 'register' storage class as loop control variables in OpenMP loop based constructs.

llvm-svn: 236571
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/for_loop_messages.cpp