[OPENMP] Allow to use compound assignment operators.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Feb 2016 12:13:49 +0000 (12:13 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 16 Feb 2016 12:13:49 +0000 (12:13 +0000)
commitc0214e0e87a147be4a204d4355b8d8c023861760
tree2eaa29dae117fdbea5cf046085d0f1aab19f481e
parent6a7c3e4bac78bc796b722f07dc336be8186fd535
[OPENMP] Allow to use compound assignment operators.
Loop-based directives allow to use iterators as loop counters. Iterators are allowed to define their own operators. This patch allows to use compound assignment operators for iterators.

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