llvm-project/clang/test/CodeGen
Chris Lattner 8a241f9359 Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator
to emit signed comparisons when needed for enum decl references.  This implements
test/CodeGen/enum.c.  I think enums should be good now.

llvm-svn: 41572
2007-08-29 17:48:46 +00:00
..
array.c Fix array->pointer decay. This unbreaks test/CodeGen/array.c 2007-08-20 22:37:10 +00:00
complex.c add some more testcases now that sema is happier :) 2007-08-27 16:37:44 +00:00
compound.c new testcase 2007-08-25 21:57:08 +00:00
conditional.c Check in these testcases. 2007-07-13 20:18:44 +00:00
enum.c Teach Type::is[un]SignedIntegerType about enum decls. This allows the code generator 2007-08-29 17:48:46 +00:00
int-to-pointer.c Check in these testcases. 2007-07-13 20:18:44 +00:00
mandel.c testcase that doesn't work quite yet 2007-08-27 05:23:45 +00:00
ocu-vector.c testcase for vector element access stuff. 2007-08-03 16:42:43 +00:00