[all-commits] [llvm/llvm-project] abbdb5: [OpenCL] Allow taking address of functions as an e...
Anastasia Stulova via All-commits
all-commits at lists.llvm.org
Wed Feb 24 04:32:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abbdb5639c70d167bd66cd62296927330782c3b4
https://github.com/llvm/llvm-project/commit/abbdb5639c70d167bd66cd62296927330782c3b4
Author: Anastasia Stulova <anastasia.stulova at arm.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M clang/lib/Parse/ParseExpr.cpp
M clang/test/SemaOpenCL/func.cl
Log Message:
-----------
[OpenCL] Allow taking address of functions as an extension.
When '__cl_clang_function_pointers' extension is enabled
the parser should allow obtaining the function address.
This fixes PR49264!
Differential Revision: https://reviews.llvm.org/D97203
More information about the All-commits
mailing list