[flang] Update the grammar with team-value
authorTim Keith <tkeith@nvidia.com>
Sat, 6 Apr 2019 18:17:07 +0000 (11:17 -0700)
committerTim Keith <tkeith@nvidia.com>
Sat, 6 Apr 2019 18:17:07 +0000 (11:17 -0700)
commit1599d09041aa0246bcf0088b3ce44e260abc739c
tree23cd2b2d5b651a04005159f49541b9d4b79b5f67
parentce69b801d171142457f3572267f959e033ddb2aa
[flang] Update the grammar with team-value

Everywhere we had `team-variable` except for the FORM TEAM statement is
now `team-value`, according to the N2162 draft standard. The grammar
and parse tree are updated to reflect that.

The addition of the production for `team-value` caused productions
R1177-R1181 to have their numbers increased by one.

Original-commit: flang-compiler/f18@9071f0a35240f3451032b0abb077451182ace6ec
Reviewed-on: https://github.com/flang-compiler/f18/pull/387
flang/documentation/f2018-grammar.txt
flang/lib/parser/grammar.h
flang/lib/parser/parse-tree.h
flang/lib/parser/unparse.cc