]> granicus.if.org Git - clang/commit
Break off declaration of Analysis enum into Analyses.def. The driver options in
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Jul 2008 23:41:13 +0000 (23:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Jul 2008 23:41:13 +0000 (23:41 +0000)
commitfb9a48cf5ecceaa96f26a4595305e67546dcad33
tree28da0f4a9b0c38ac9ec67178e408570e393be198
parent8f2698621f5090db1dea691059bd0ebd79fb7f14
Break off declaration of Analysis enum into Analyses.def. The driver options in
clang.cpp now #include these definitions to create the command line options, and
AnalysisConsumer #includes this file to generate the switch statement to create
actions.

Renamed -check-objc-methodsigs to -warn-objc-methodsigs.

The "missing -dealloc" check is now optional: -warn-objc-missing-dealloc

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53575 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/Analyses.def [new file with mode: 0644]
Driver/AnalysisConsumer.cpp
Driver/AnalysisConsumer.h
Driver/clang.cpp