Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so: | Richard Smith | 2011-09-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | RUN: foo RUN: bar || true is equivalent to: RUN: foo && bar || true which is equivalent to: RUN: (foo && bar) || true This resulted in several of the fixit tests not really testing anything. llvm-svn: 139132 | ||||
* | Provide fixit for static use of objective-c type | Fariborz Jahanian | 2011-07-26 | 1 | -0/+11 |
| | | | | | | | in few more places and in each instance, fix up the type to the expected type. // rdar://9603056 llvm-svn: 136103 | ||||
* | objective-c: Provide a 'fixit' when class was used | Fariborz Jahanian | 2011-07-25 | 1 | -0/+18 |
to declare a static object. // rdar://9603056 llvm-svn: 135970 |