llvm-project/clang/test
Eli Friedman 7e4faaccda PR4836, part 1: add Sema support for __builtin_isnan and friends; they
are apparently used by Solaris libc despite the fact that clang claims 
to be compatible with gcc 4.2, which doesn't support them.

llvm-svn: 80610
2009-08-31 20:06:00 +00:00
..
Analysis Add uninitialized values test case. 2009-08-28 20:25:33 +00:00
CXX Fix a last-minute typo and make the test not emit temporaries. 2009-08-29 03:28:20 +00:00
CodeGen convert to filecheck and force a triple so that this passes on big 2009-08-27 23:22:19 +00:00
CodeGenCXX Make IRGen for initializing a member reference work correctly. 2009-08-29 20:58:20 +00:00
CodeGenObjC Re-implemented generation of objc_memmove_collectable 2009-08-31 19:33:16 +00:00
Coverage Add test for finding bfin backend. 2009-08-18 07:07:14 +00:00
Driver Add missing '&&'... 2009-08-24 22:29:04 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
Frontend MultiTestRunner: Validate '&&' at the end of RUN lines. 2009-07-25 11:27:37 +00:00
Index For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. 2009-07-31 19:02:11 +00:00
Lexer MultiTestRunner: Validate '&&' at the end of RUN lines. 2009-07-25 11:27:37 +00:00
Misc PR4715 2009-08-14 04:07:15 +00:00
PCH Use %S, not `pwd`, and enable a line that *does* work. 2009-08-01 05:57:38 +00:00
Parser Improve top-level-semicolon test a bit 2009-08-24 12:20:57 +00:00
Preprocessor Added test cases for presence and absence of __has_feature(objc_nonfragile_abi) with and without -fobjc-nonfragile-abi. 2009-08-31 16:53:06 +00:00
Rewriter Prep for new warning. 2009-07-22 00:43:08 +00:00
Sema PR4836, part 1: add Sema support for __builtin_isnan and friends; they 2009-08-31 20:06:00 +00:00
SemaCXX Support explicit C++ member operator syntax, from James Porter! 2009-08-31 19:52:13 +00:00
SemaObjC test case for my last patch. 2009-08-28 17:53:05 +00:00
SemaObjCXX this test crashes, disable it harder. 2009-07-28 18:22:50 +00:00
SemaTemplate Implement template instantiation for member operator access. 2009-08-31 20:00:26 +00:00
CMakeLists.txt MultiTestRunner: Simplify, cleanup, and rename! 2009-07-31 05:54:17 +00:00
Makefile MultiTestRunner: Simplify, cleanup, and rename! 2009-07-31 05:54:17 +00:00
TestRunner.sh Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. 2009-07-06 00:03:47 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Add missing test suffixes. 2009-07-31 05:57:11 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00