Alexey Bataev
c5970623e0
Revert "[OPENMP] Allow skip expression after comma in clauses with lists."
...
This reverts commit http://reviews.llvm.org/rL265003 . After some
thoughts decided to emit errors here.
llvm-svn: 265119
2016-04-01 08:43:42 +00:00
Alexey Bataev
05968174c3
[OPENMP] Allow skip expression after comma in clauses with lists.
...
Compatibility fix for better compatibility with the existing software.
llvm-svn: 265003
2016-03-31 09:13:44 +00:00
Alexey Bataev
dffa93a620
[OPENMP] Fixed processing of predetermined data-sharing attributes
...
Predetermined data-shared attributes for local variables are now considered as implicit. Also, patch prohibits changin of DSA for static memebers of classes.
llvm-svn: 255229
2015-12-10 08:20:58 +00:00
Alexey Bataev
49f6e78d71
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
...
Adds initial parsing and semantic analysis for 'taskloop' directive.
llvm-svn: 254367
2015-12-01 04:18:41 +00:00