Go to file
Chandler Carruth 4e6bd3955f Remove this test. It requires C++ standard library headers, which we'd
like to avoid within the Clang test suite, it doesn't verify the output
at all so it only servers as a test that Clang doesn't crash, and
finally all it does is declare a function that returns a vector and call
it. Probably the biggest thing being tested here is Clang's parsing of
the vector template, and we have lots of good template parsing tests. We
don't need another in codegen.

llvm-svn: 138197
2011-08-20 06:30:57 +00:00
clang Remove this test. It requires C++ standard library headers, which we'd 2011-08-20 06:30:57 +00:00
compiler-rt Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7. 2011-08-17 18:09:59 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Merge the Apple branch into trunk 2011-08-18 15:53:00 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Fix typos in comment. 2011-08-20 01:02:31 +00:00
llvm utils/lit/lit/TestingConfig.py: Pass TEMP and TMP to tests on Win32 hosts. 2011-08-20 05:44:58 +00:00
polly ScopInfo/Dependences: Use parameter ids everywhere 2011-08-20 00:03:28 +00:00