llvm-project/clang/test
Ted Kremenek 46c82ab994 Introduce initial transfer function support for __imag__ and __real__. We don't
have complex RValues yet, so this logic is only fully implemented when __imag__
and __real__ are used on non-complex types.

llvm-svn: 52501
2008-06-19 17:55:38 +00:00
..
Analysis Introduce initial transfer function support for __imag__ and __real__. We don't 2008-06-19 17:55:38 +00:00
CodeGen Make this test actually pass, in addition to the previous patch 2008-06-17 05:36:46 +00:00
Lexer Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Preprocessor Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Rewriter Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Sema Add test case for NSString format-string checking. 2008-06-16 18:01:05 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Remove Analysis-Apple. 2008-06-16 21:21:48 +00:00
TestRunner.sh The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames 2008-03-23 03:42:18 +00:00