summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt/fixit-static-object-decl.m
Commit message (Collapse)AuthorAgeFilesLines
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-2/+10
| | | | | | | | random checks for ObjC object return types to SemaType.cpp. Fixes issue with ObjC method type checking reported on cfe-dev. llvm-svn: 184006
* PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith2011-09-061-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 typeFariborz Jahanian2011-07-261-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 usedFariborz Jahanian2011-07-251-0/+18
to declare a static object. // rdar://9603056 llvm-svn: 135970
OpenPOWER on IntegriCloud