aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorDevin Coughlin <dcoughlin@apple.com>2015-08-08 01:31:51 +0000
committerDevin Coughlin <dcoughlin@apple.com>2015-08-08 01:31:51 +0000
commitde2cc01cd40f382ebe54bb4986ff324868c800e3 (patch)
treedef10b65a1e9438a10b5966c6124b1fdcda0f8e7 /clang/lib/Serialization/ModuleManager.cpp
parent68ba18f5756932c5269a712cdd3a67eb8755b010 (diff)
downloadllvm-de2cc01cd40f382ebe54bb4986ff324868c800e3.zip
llvm-de2cc01cd40f382ebe54bb4986ff324868c800e3.tar.gz
llvm-de2cc01cd40f382ebe54bb4986ff324868c800e3.tar.bz2
[analyzer] Don't issue alarm in ObjCSuperCallChecker for the super class itself.
The ObjCSuperCallChecker issues alarms for various Objective-C APIs that require a subclass to call to its superclass's version of a method when overriding it. So, for example, it raises an alarm when the -viewDidLoad method in a subclass of UIViewController does not call [super viewDidLoad]. This patch fixes a false alarm where the analyzer erroneously required the implementation of the superclass itself (e.g., UIViewController) to call super. rdar://problem/18416944 Differential Revision: http://reviews.llvm.org/D11842 llvm-svn: 244386
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions