[all-commits] [llvm/llvm-project] 9b3bf7: [OPENMP50]Allow use of array shaping expression in...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Mar 31 14:18:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b3bf72a0d7918601e8005554592fcb4949a822e
https://github.com/llvm/llvm-project/commit/9b3bf72a0d7918601e8005554592fcb4949a822e
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M clang/lib/Parse/ParseExpr.cpp
M clang/test/OpenMP/task_ast_print.cpp
Log Message:
-----------
[OPENMP50]Allow use of array shaping expression in a list.
Need to allow arrayshaping expression in a list of expressions, so use
ParseAssignmentExpression() when try to parse the base of the shaping
operation.
More information about the All-commits
mailing list