Граф коммитов

53 Коммитов

Автор SHA1 Сообщение Дата
Daniel Dunbar 075e3c1c38 Improve codegen coverage tests.
- Hit debug info generation.
 - Hit both ObjC runtimes.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57088 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-05 00:31:54 +00:00
Daniel Dunbar 417dd179b2 Add coverage tests of C and Obj-C language features.
- AST printing, dumping, serialization, codegen.
 - HTML printing.
 - Parser callbacks.

Several of these are XFAIL because they trigger unimplemented code.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57081 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-04 23:47:28 +00:00
Daniel Dunbar ae3c16cc54 Add test/Driver.
- env-include-paths.c is XFAIL as it exposed a bug.

Add test/Coverage.
 - For tests which achieve code coverage but don't validate anything.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57070 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-04 20:46:41 +00:00