]> granicus.if.org Git - clang/commit
[Static Analyzer] Add checker to catch lightweight generics related type errors in...
authorGabor Horvath <xazax.hun@gmail.com>
Fri, 21 Aug 2015 00:18:28 +0000 (00:18 +0000)
committerGabor Horvath <xazax.hun@gmail.com>
Fri, 21 Aug 2015 00:18:28 +0000 (00:18 +0000)
commitb4aa9ea9bd1b1cb6ae65271fc4d4aa7c1dd59a4d
tree63f145bdb6cd85e646f88af4c7fa248d4898b4e7
parent5b3f95829b7e9797aa7e0fb9e5446d64b26b3716
[Static Analyzer] Add checker to catch lightweight generics related type errors in Objective-C.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245646 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/ObjCGenericsChecker.cpp [new file with mode: 0644]
test/Analysis/generics.m [new file with mode: 0644]