]> granicus.if.org Git - clang/commit
Ensure that we still parse preprocessed CUDA files as CUDA when we use
authorArtem Belevich <tra@google.com>
Thu, 19 Mar 2015 17:32:06 +0000 (17:32 +0000)
committerArtem Belevich <tra@google.com>
Thu, 19 Mar 2015 17:32:06 +0000 (17:32 +0000)
commit2b2e574cc3c0bdcc18b4cc56a38dc63d7ff32efd
tree2a6f48b680987a0fa675f4df6581e89b45f907c9
parent4c42621966c8dd9e7247d4dfc518dbdd6fbec46b
Ensure that we still parse preprocessed CUDA files as CUDA when we use
-save-temps option.

Summary: Fixes PR22926.

Review: http://reviews.llvm.org/D8383

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232737 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Types.def
include/clang/Frontend/FrontendOptions.h
lib/Driver/Types.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/FrontendOptions.cpp
test/Driver/cuda-simple.cu [new file with mode: 0644]
test/Driver/lit.local.cfg