]> granicus.if.org Git - clang/commit
[CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.
authorArtem Belevich <tra@google.com>
Mon, 6 Jun 2016 22:54:57 +0000 (22:54 +0000)
committerArtem Belevich <tra@google.com>
Mon, 6 Jun 2016 22:54:57 +0000 (22:54 +0000)
commite9331c36e8539f3f552437cd9e90b27d3038740c
treea1f355ef454b1e11329a0844041436eae9bccace
parent9fdc667538076d682d47bacedc28fcd056a066b2
[CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.

Fixes clang crash reported in PR27778.

Differential Revision: http://reviews.llvm.org/D20985

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclAttr.cpp
test/CodeGenCUDA/launch-bounds.cu
test/SemaCUDA/pr27778.cu [new file with mode: 0644]