Re: [PATCH] D20744: [OpenCL] Disable warning about core features by default

2016-06-01 Thread Jan Vesely via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL271414: Disable warning about core features by default (authored by jvesely). Changed prior to commit: http://reviews.llvm.org/D20744?vs=59079&id=59255#toc Repository: rL LLVM http://reviews.llvm.or

Re: [PATCH] D20744: [OpenCL] Disable warning about core features by default

2016-06-01 Thread Anastasia Stulova via cfe-commits
Anastasia accepted this revision. Anastasia added a comment. LGTM! Repository: rL LLVM http://reviews.llvm.org/D20744 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D20744: [OpenCL] Disable warning about core features by default

2016-05-31 Thread Jan Vesely via cfe-commits
jvesely updated this revision to Diff 59079. jvesely added a comment. fixup additional tests that checked for the warning Repository: rL LLVM http://reviews.llvm.org/D20744 Files: include/clang/Basic/DiagnosticParseKinds.td test/Parser/opencl-atomics-cl20.cl test/SemaOpenCL/extension-v

Re: [PATCH] D20744: [OpenCL] Disable warning about core features by default

2016-05-27 Thread Yaxun Liu via cfe-commits
yaxunl accepted this revision. yaxunl added a comment. This revision is now accepted and ready to land. LGTM Repository: rL LLVM http://reviews.llvm.org/D20744 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/

[PATCH] D20744: [OpenCL] Disable warning about core features by default

2016-05-27 Thread Jan Vesely via cfe-commits
jvesely created this revision. jvesely added reviewers: Anastasia, yaxunl. jvesely added subscribers: cfe-commits, arsenm. jvesely set the repository for this revision to rL LLVM. Repository: rL LLVM http://reviews.llvm.org/D20744 Files: include/clang/Basic/DiagnosticParseKinds.td test/Sem