Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D68781
[OpenCL] Fix address space for const method call from nonconst ClosedPublic Authored by svenvh on Oct 10 2019, 4:24 AM.
Details
Diff Detail
Event Timelinesvenvh retitled this revision from [OpenCL] Fix addr space conversion check in obj arg initialization to [OpenCL] Fix address space for const method call from nonconst. Comment ActionsFix formatting, reduce use of auto, and add a test. This revision is now accepted and ready to land.Nov 4 2019, 3:07 AM Closed by commit rG82888b78d47e: [OpenCL] Fix address space for const method call from nonconst (PR43145) (authored by svenvh). · Explain WhyNov 4 2019, 5:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 227697 clang/lib/Sema/SemaOverload.cpp
clang/test/CodeGenOpenCLCXX/addrspace-of-this.cl
|