This revision was automatically updated to reflect the committed changes.
Closed by commit rL315453: [OpenCL] Allow function declaration with empty
argument list. (authored by bader).
Changed prior to commit:
https://reviews.llvm.org/D33681?vs=118437&id=118588#toc
Repository:
rL LLVM
https:
bader updated this revision to Diff 118437.
bader added a comment.
Applied comments.
https://reviews.llvm.org/D33681
Files:
lib/Parse/ParseDecl.cpp
lib/Sema/SemaType.cpp
test/SemaOpenCL/func.cl
test/SemaOpenCL/invalid-pipes-cl2.0.cl
Index: test/SemaOpenCL/invalid-pipes-cl2.0.cl
==
yaxunl accepted this revision.
yaxunl added a comment.
LGTM. Thanks.
https://reviews.llvm.org/D33681
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Anastasia accepted this revision.
Anastasia added a comment.
I would prefer to merge the new test with test/SemaOpenCL/func.cl, but
otherwise LGTM! Thanks!
https://reviews.llvm.org/D33681
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http
bader updated this revision to Diff 118210.
bader edited the summary of this revision.
bader added a comment.
Fix parsing of function declarations with empty parameter list initializers.
This change should fix the failure caught by the buildbot.
Sorry for the long delay.
https://reviews.llvm.org
bader added a comment.
@chapuni, thanks for taking care of this. I'll take a look.
https://reviews.llvm.org/D33681
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
chapuni reopened this revision.
chapuni added a comment.
This revision is now accepted and ready to land.
Reverted in https://reviews.llvm.org/rL306660.
See also; http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/4926
https://reviews.llvm.org/D33681
___
Anastasia added a comment.
Sure, no problem! We might add some note on this feature to Clang manual. But
we can do it later as well. Thanks!
https://reviews.llvm.org/D33681
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.o
bader added a comment.
Ping.
Although this patch is already accepted, I'd like to confirm that I can commit
the latest update with changes in test/SemaOpenCL/invalid-pipes-cl2.0.cl.
Thanks.
https://reviews.llvm.org/D33681
___
cfe-commits mailing