]> granicus.if.org Git - clang/commit
No longer allow the -std options to entirely override the -x language option. This...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 29 May 2014 16:39:42 +0000 (16:39 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 29 May 2014 16:39:42 +0000 (16:39 +0000)
commit0d936db44e95b1b5b825ee3517a3fa3a9e2f5a3f
treeab43cc1e7cbf823caf56f9618588ac702dacd873
parentab22190962dce5920dbb65bbbee28ddb1cc63307
No longer allow the -std options to entirely override the -x language option. This allows -x cuda -std=c++11, for instance.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209824 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/Frontend/stdlang.c [new file with mode: 0644]
test/Index/attributes-cuda.cu