]> granicus.if.org Git - clang/commit
Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11
authorEli Bendersky <eliben@google.com>
Fri, 20 Jun 2014 13:09:59 +0000 (13:09 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 20 Jun 2014 13:09:59 +0000 (13:09 +0000)
commit47277ffc39d9b1f068204e70f06fbec2fe0f8c53
treeb2b70dc528f974db960336552fa1ae2caa306546
parent693a26d234c4ebf6411a50d5b3d50ca8ea2f54c6
Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11

http://reviews.llvm.org/D4222

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211357 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseTemplate.cpp
test/Parser/cuda-kernel-call-c++11.cu [new file with mode: 0644]
test/Parser/cuda-kernel-call.cu