| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
random checks for ObjC object return types to SemaType.cpp.
Fixes issue with ObjC method type checking reported on cfe-dev.
llvm-svn: 184006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
in few more places and in each instance, fix up
the type to the expected type. // rdar://9603056
llvm-svn: 136103
|
|
to declare a static object. // rdar://9603056
llvm-svn: 135970
|