[all-commits] [llvm/llvm-project] c74a8a: [OPENMP]Allow comma in combiner expression.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Jan 8 07:06:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c74a8adda3bc4fc5714aef14cdcfda944d3038a0
https://github.com/llvm/llvm-project/commit/c74a8adda3bc4fc5714aef14cdcfda944d3038a0
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M clang/lib/Parse/ParseOpenMP.cpp
M clang/test/OpenMP/declare_reduction_ast_print.cpp
Log Message:
-----------
[OPENMP]Allow comma in combiner expression.
Use ParseExpression() instead of ParseAssignmentExpression() to allow
commas in combiner expressions.
More information about the All-commits
mailing list