[all-commits] [llvm/llvm-project] 6a92c1: [C++4OpenCL] Add diagnostics for OpenCL types in t...
Anastasia Stulova via All-commits
all-commits at lists.llvm.org
Tue Apr 27 05:06:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a92c19f3bbc47827b8844a2b527f6c6fba63afd
https://github.com/llvm/llvm-project/commit/6a92c19f3bbc47827b8844a2b527f6c6fba63afd
Author: Anastasia Stulova <anastasia.stulova at arm.com>
Date: 2021-04-27 (Tue, 27 Apr 2021)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/SemaOpenCL/clk_event_t.cl
M clang/test/SemaOpenCL/event_t.cl
M clang/test/SemaOpenCL/sampler_t.cl
A clang/test/SemaOpenCLCXX/template-opencl-types.clcpp
Log Message:
-----------
[C++4OpenCL] Add diagnostics for OpenCL types in templates.
Refactored diagnostics for OpenCL types to allow their
reuse for templates.
Patch by olestrohm (Ole Strohm)!
Differential Revision: https://reviews.llvm.org/D100860
More information about the All-commits
mailing list