]> granicus.if.org Git - clang/commit
[analyzer] Enable the self-init checker under command-line option '-analyzer-check...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 26 Jan 2011 01:26:50 +0000 (01:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 26 Jan 2011 01:26:50 +0000 (01:26 +0000)
commitbd5a94e263137dc3ce7c100485626bae025cf58e
treebccdb91bff347b676837b0c008af3e43f39a3163
parenta4356adfd4a79bd63f86e2b30878795ce7b9b0a6
[analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default
is enabled by the driver for '--analyze'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124266 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/AnalyzerOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp
lib/StaticAnalyzer/Checkers/ExprEngine.cpp
test/Analysis/self-init.m