Home | History | Annotate | Download | only in Driver
      1 // Check miscellaneous Objective-C sdk migration options.
      2 // rdar://19994452
      3 
      4 // RUN: %clang  -objcmt-migrate-property-dot-syntax -target x86_64-apple-darwin10 -S -### %s \
      5 // RUN:   -arch x86_64 2> %t
      6 // RUN: FileCheck < %t %s
      7 
      8 // CHECK: "-cc1"
      9 // CHECK: -objcmt-migrate-property-dot-syntax
     10