hanchenye-llvm-project/clang/test/CodeGen
Devang Patel d68df20620 Handle
foo()->a = 42;

llvm-svn: 43315
2007-10-24 22:26:28 +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
dostmt.c new test 2007-10-09 20:37:41 +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
mandel.c testcase that doesn't work quite yet 2007-08-27 05:23:45 +00:00
ocu-vector.c Handle non-constant initializers. 2007-10-24 18:05:48 +00:00
struct.c Handle 2007-10-24 22:26:28 +00:00
switch.c Code gen case statement ranges. 2007-10-08 20:57:48 +00:00
whilestmt.c Recognize while(1) and avoid extra blocks. 2007-10-09 20:51:27 +00:00