Skip to content
Snippets Groups Projects
Commit fe51609c authored by Gabor Horvath's avatar Gabor Horvath
Browse files

[Static Analyzer] Objective-C Generics Checker improvements.

Differential Revision: http://reviews.llvm.org/D12701



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247071 91177308-0d34-0410-b5e6-96231b3b80d8
parent d9178eb8
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,7 @@ def DirectIvarAssignmentForAnnotatedFunctions : Checker<"DirectIvarAssignmentFor
DescFile<"DirectIvarAssignment.cpp">;
def ObjCGenericsChecker : Checker<"ObjCGenerics">,
HelpText<"Check for incorrect usages of parameterized types.">,
HelpText<"Check for type errors when using Objective-C generics">,
DescFile<"ObjCGenericsChecker.cpp">;
def NonLocalizedStringChecker : Checker<"NonLocalizedStringChecker">,
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment