[cfe-commits] r143787 - /cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td

Anna Zaks ganna at apple.com
Fri Nov 4 22:20:51 PDT 2011


Author: zaks
Date: Sat Nov  5 00:20:51 2011
New Revision: 143787

URL: http://llvm.org/viewvc/llvm-project?rev=143787&view=rev
Log:
[analyzer] There should be a space between "expect" and "only"

Modified:
    cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td

Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td?rev=143787&r1=143786&r2=143787&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/Checkers.td Sat Nov  5 00:20:51 2011
@@ -291,7 +291,7 @@
   DescFile<"BasicObjCFoundationChecks.cpp">;
 
 def VariadicMethodTypeChecker : Checker<"VariadicMethodTypes">,
-  HelpText<"Check for passing non-Objective-C types to variadic methods that expect"
+  HelpText<"Check for passing non-Objective-C types to variadic methods that expect "
            "only Objective-C types">,
   DescFile<"BasicObjCFoundationChecks.cpp">;
 





More information about the cfe-commits mailing list