test: move test from CodeGen to Sema

Move test from CodeGen to Sema to more accurately reflect what is being tested
as pointed out by Alp.

llvm-svn: 212009
This commit is contained in:
Saleem Abdulrasool 2014-06-30 02:14:37 +00:00
parent f082e73696
commit e5c4e9f370

View File

@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple thumbv7--windows-msvc -std=c++11 -fsyntax-only -fms-compatibility -x c++ %s
// RUN: %clang_cc1 -triple thumbv7--windows-msvc -std=c++11 -verify -fsyntax-only %s
// expected-no-diagnostics
#include <stdarg.h>