Re: [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.

2016-03-23 Thread Justin Lebar via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL264206: [CUDA] Simplify SemaCUDA/function-overload.cu test. (authored by jlebar). Changed prior to commit: http://reviews.llvm.org/D18385?vs=51382&id=51484#toc Repository: rL LLVM http://reviews.llv

Re: [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.

2016-03-23 Thread Justin Lebar via cfe-commits
jlebar marked an inline comment as done. jlebar added a comment. One comment is done, will be reflected when I submit. Thank you! http://reviews.llvm.org/D18385 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/m

Re: [PATCH] D18385: [CUDA] Simplify SemaCUDA/function-overload.cu test.

2016-03-23 Thread Artem Belevich via cfe-commits
tra accepted this revision. tra added a comment. This revision is now accepted and ready to land. Small nit, LGTM otherwise. Comment at: test/SemaCUDA/function-overload.cu:66 @@ +65,3 @@ +__device__ int d() { return 8; } +// expected-note@-1 0+ {{'d' declared here}} +// expected