clang-1/test/Driver
Douglas Gregor 64554ba9fc In the driver, -fmodules enables modules for C/Objective-C but one
also needs -fcxx-modules to enable modules for C++/Objective-C++.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148393 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-18 15:19:58 +00:00
..
Inputs add tree test for suse on ppc64 (r146142) 2011-12-08 20:36:19 +00:00
Wp-args.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Xarch.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
Xlinker-args.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
analyze.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
apple-kext-i386.cpp Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
apple-kext-mkernel.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
arc-exceptions.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
arc.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
arch.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
arm-darwin-builtin.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
arm-mfpu.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
ast.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
at_file.c Implement support for reading arguments specified in a file with @file. If 2010-07-19 15:20:12 +00:00
at_file.c.args Implement support for reading arguments specified in a file with @file. If 2010-07-19 15:20:12 +00:00
bindings.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
cc-log-diagnostics.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
cc-print-options.c Add -no-canonical-prefixes to tests which assert on the name of the 2011-04-13 22:28:36 +00:00
ccc-add-args.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
ccc-host-triple-no-integrated-as.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
cfi.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
clang-c-as-cxx.c PR5803: clang++: Treat untyped 'C' inputs as C++. 2010-02-17 20:32:58 +00:00
clang-exception-flags.cpp Add a test case that would have caught the bug fixed in r126640. 2011-02-28 07:38:09 +00:00
clang-g-opts.c Don't produce debug info when given -g. Fixes PR6529. 2010-03-07 04:46:18 +00:00
clang-translation.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
clang_cpp.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
clang_f_opts.c Move all of the logic for __DEPRECATED to the driver based on comments 2011-04-23 19:48:40 +00:00
clang_wrapv_opts.c Add my test case for r128353. I think this is the last test case to fail 2011-03-27 21:03:41 +00:00
cpath.c [driver] Fix test case for Windows due to fallout from r141202+r141205. 2011-10-06 22:05:26 +00:00
darwin-as.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-cc.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-debug-flags.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-dsymutil.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-iphone-defaults.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-ld.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-objc-defaults.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-objc-gc.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-objc-options.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-verify-debug.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-version.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
darwin-xarch.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
debug-options-as.c test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensitive test. gcc driver is invoked for assembling on cygming. 2012-01-12 06:15:01 +00:00
debug-options.c test/Driver/debug-options*.c: Tweak r147819 to split out another cc1as-sensitive test. gcc driver is invoked for assembling on cygming. 2012-01-12 06:15:01 +00:00
debug.c test/Driver/debug.c: Mark this as "REQUIRES: shell". 2011-10-22 11:28:32 +00:00
default-toolchain.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
dragonfly.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
emit-llvm.c Use ld directly on linux. Changes from the previous try: 2010-11-07 20:14:31 +00:00
exceptions.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
fast-math.c Fix PR11685 by implementing -ffast-math and its various friends in the 2012-01-02 14:19:45 +00:00
flags.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
frame-pointer.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
freebsd.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
gcc_forward.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
gnu-runtime.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
hello.c test/Driver/hello.c: Tweak for cygming. 2011-03-16 13:51:46 +00:00
immediate-options.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
index-header-map.c Introduce the "-index-header-map" option, to give special semantics 2011-07-28 04:45:53 +00:00
ios-simulator-arcruntime.c Make the auto-detection hack for the iOS simulator set the target triple correctly. Getting the target triple wrong mostly appears to work, but messes up in subtle cases; for example, we incorrectly conclude that fwrite is actually named fwrite$UNIX2003. Also shuffles around the auto-detection code a bit to try and make it a bit more reliable. Fixes <rdar://problem/10664848>. 2012-01-16 18:50:54 +00:00
le32-unknown-nacl.cpp Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
linux-header-search.cpp Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
linux-ld.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
lto.c Driver: Support invoking Clang on .ll or .bc inputs. 2010-06-07 23:28:45 +00:00
m_and_mm.c Driver: M and MM should be grouped together, <rdar://problem/8744831>. 2010-12-08 21:33:40 +00:00
mg.c Implement -MG. Fixes PR9613 2011-07-12 19:35:15 +00:00
mno-global-merge.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
modules.m Add a test for the driver-level -fmodules/-fno-modules flags. 2012-01-03 21:04:31 +00:00
modules.mm In the driver, -fmodules enables modules for C/Objective-C but one 2012-01-18 15:19:58 +00:00
no-objc-arr.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
noexecstack.c Fix this test on machines that don't run clang -cc1as when asked to assemble. 2011-06-23 05:38:06 +00:00
nostdincxx.cpp XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there 2010-03-24 20:45:20 +00:00
nostdlib.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
nostdlibinc.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
objc++-cpp-output.mm Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. 2011-08-13 23:13:37 +00:00
objc-cpp-output.m Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver. 2011-08-13 23:13:37 +00:00
openbsd.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
option-aliases.c Driver: Change Option parsing to always create arguments referring to unaliased 2010-06-09 22:44:34 +00:00
output-file-cleanup.c Un-XFAIL this test on Darwin, it reportedly passes now. 2011-11-21 21:56:51 +00:00
parsing.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
phases.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
preprocessor.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
pth.c Revert r116605, a lot more were committed by mistake. 2010-10-15 18:51:34 +00:00
qa_override.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
redzone.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
rewrite-objc.m Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
stackrealign.c Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack 2011-12-06 03:33:03 +00:00
std.c Update tests to use %clang instead of 'clang', and forcibly disable use of ' 2009-12-15 22:01:24 +00:00
std.cpp Add support for -std=gnu90 and -std=c++03, for compatibility with modern gcc. 2011-10-14 00:34:28 +00:00
sysroot-flags.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
sysroot.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
unknown-gcc-arch.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00
x86_features.c Revert r148138; it's causing test failures. 2012-01-13 21:33:06 +00:00