[flang] Add OpenMP parallel directives and private/firstprivate clauses to parser.
authorHongyon Suauthai <hsuauthai@nvidia.com>
Wed, 16 May 2018 14:28:54 +0000 (07:28 -0700)
committerHongyon Suauthai <hsuauthai@nvidia.com>
Wed, 16 May 2018 14:28:54 +0000 (07:28 -0700)
commit6f7b4fa6919d4c8691e52718d0c7e9ef647ff857
tree9f64847663f5066121aa6b2fa3b85174dbf024d5
parent4fdf2ff21f7a43eed7c9397f1103c30206f4b641
[flang] Add OpenMP parallel directives and private/firstprivate clauses to parser.

Original-commit: flang-compiler/f18@ea8abe45cc0ef2fce18d6f34b7e7cdda31ee2034
Reviewed-on: https://github.com/flang-compiler/f18/pull/91
Tree-same-pre-rewrite: false
flang/documentation/OpenMP-4.5-grammar.txt [new file with mode: 0644]
flang/lib/parser/grammar.h
flang/lib/parser/parse-tree.h
flang/lib/parser/parsing.cc
flang/lib/parser/parsing.h
flang/lib/parser/type-parsers.h
flang/lib/parser/unparse.cc
flang/lib/semantics/dump-parse-tree.h
flang/tools/f18/f18.cc