diff options
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r-- | Driver/clang.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index 6efab74864..d92d5d62e6 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -170,6 +170,8 @@ clEnumValN(WarnDeadStores, "warn-dead-stores", "Flag warnings of stores to dead variables"), clEnumValN(WarnUninitVals, "warn-uninit-values", "Flag warnings of uses of unitialized variables"), +clEnumValN(CheckObjCMethSigs, "check-objc-methodsigs", + "Check the Objective-C method signatures for type incompatibilities."), clEnumValN(CheckerSimple, "checker-simple", "Perform simple path-sensitive checks."), clEnumValN(CheckerCFRef, "checker-cfref", |