Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
clang/lib/Sema/
-
lib/
-
Sema/
-
SemaOverload.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D68781
[OpenCL] Fix address space for const method call from nonconst
Closed
Public
Authored by
svenvh
on Oct 10 2019, 4:24 AM.
Download Raw Diff
Details
Reviewers
Anastasia
Commits
rG82888b78d47e: [OpenCL] Fix address space for const method call from nonconst (PR43145)
Diff Detail
Event Timeline
Anastasia
created this revision.
Oct 10 2019, 4:24 AM
Herald
added a subscriber:
yaxunl
.
·
View Herald Transcript
Oct 10 2019, 4:24 AM
svenvh
commandeered this revision.
Nov 1 2019, 10:26 AM
svenvh
updated this revision to
Diff 227476
.
svenvh
added a reviewer:
Anastasia
.
svenvh
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
.
svenvh
set the repository for this revision to
rC Clang
.
Comment Actions
Fix formatting, reduce use of auto, and add a test.
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Nov 1 2019, 10:27 AM
Herald
added subscribers:
cfe-commits
,
ebevhan
.
·
View Herald Transcript
Anastasia
accepted this revision.
Nov 4 2019, 3:07 AM
Comment Actions
LGTM! Thanks
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 Why
Nov 4 2019, 5:15 AM
This revision was automatically updated to reflect the committed changes.