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

11 Коммитов

Автор SHA1 Сообщение Дата
Fariborz Jahanian 567c8df364 Patch to diagnose a variety of misuse of property
attributes. Example would be, readonly, assign or
assign, copy, etc.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60620 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-06 01:12:43 +00:00
Chris Lattner d5ff2fbf3d disable these two tests, they crash and take a long time to run crashreporter etc.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59254 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-13 18:45:47 +00:00
Daniel Dunbar b451bc1942 Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while
still getting coverage for non-IRgen cases.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58084 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24 08:42:52 +00:00
Daniel Dunbar 8de8c36fad Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while
still getting coverage for non-IRgen cases.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58082 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-24 08:39:46 +00:00
Daniel Dunbar bd589e047f Add coverage of part of getPrimaryDecl that was failing prior to
previous commit.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57930 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-21 21:32:38 +00:00
Daniel Dunbar 63c3a5fcdd Add some uses of PredefinedExpr to language coverage includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57744 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-17 23:04:32 +00:00
Daniel Dunbar ea7a31fe21 Improve C language testing coverage.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57103 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-05 06:36:33 +00:00
Daniel Dunbar a6f6c71cf7 Coverage test for targets.
- This pushes us over 80% coverage of executable LOC.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57092 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-05 01:04:25 +00:00
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