[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / clang / test / Driver / arc-exceptions.m
blobc1dd02d59988c8d14780ea5a8224d36c4441ec7e
1 // RUN: %clang -### -x objective-c --target=x86_64-apple-macos10.6 -fobjc-arc -fsyntax-only %s 2> %t.log
2 // RUN: grep objective-c %t.log
3 // RUN: not grep "fobjc-arc-exceptions" %t.log
4 // RUN: %clang -### -x objective-c++ --target=x86_64-apple-macos10.6 -fobjc-arc -fsyntax-only %s 2> %t.log
5 // RUN: grep "fobjc-arc-exceptions" %t.log