llvm-project/clang/test
Douglas Gregor ea2d4211e5 Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions
llvm-svn: 57942
2008-10-22 00:38:21 +00:00
..
Analysis Further improve path-sensitivity with divide-by-zero checking by assuming that a denominator cannot be zero even when the result of an '/' or '%' expression is unknown. 2008-10-20 23:40:25 +00:00
CodeGen Added vec_set intrinsics 2008-10-18 02:43:25 +00:00
CodeGenObjC NeXT: Update to use CreateRuntimeFunction for the routines it imports. 2008-10-01 01:06:06 +00:00
Coverage Add coverage of part of getPrimaryDecl that was failing prior to 2008-10-21 21:32:38 +00:00
Driver Add -rewrite-macros test case. 2008-10-05 01:39:04 +00:00
Lexer Test case for previous commit (Workaround gcc bug causing crash on our 2008-09-05 03:23:51 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser Support attributes in *yet another* place. Is there any place you 2008-10-20 04:57:38 +00:00
Preprocessor Add a new -dump-raw-tokens option, which allows us to see raw tokens. 2008-10-12 05:03:36 +00:00
Rewriter Tighten up blocks rewriter to handle casts and some other interesting cases. 2008-10-15 18:38:58 +00:00
Sema Fix rdar://6257721 by tightening up the block "snapshot" check, and 2008-10-20 05:16:36 +00:00
SemaCXX Fix a thinko in the qualification-conversion check when the qualificaitons are disjoint, and add some overloading-based tests of qualification conversions 2008-10-22 00:38:21 +00:00
SemaObjC Fix <rdar://problem/6257645> clang static analyzer crashes when encountering blocks as objects 2008-10-21 18:21:45 +00:00
SemaObjCXX Add carbon.cpp and cocoa.mm tests 2008-08-23 22:21:00 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Another attempt to make test/Makefile return correct error code. 2008-09-17 18:08:07 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00