]> granicus.if.org Git - clang/commit
Move analysis command-line options out of AnalysisConsumer.cpp into
authorEli Friedman <eli.friedman@gmail.com>
Tue, 19 May 2009 10:18:02 +0000 (10:18 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 19 May 2009 10:18:02 +0000 (10:18 +0000)
commite71b85feb0a2df9273b1b488f5b40279369a6255
treeb01522f1139dc793e103fbc9fc96c4365b3d613d
parent24200917df7f66afed031e6f4f1672158d28d377
Move analysis command-line options out of AnalysisConsumer.cpp into
clang-cc.cpp.

With this commit, all of the clang-cc command-line options are defined
in clang-cc.cpp.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72107 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-cc/AnalysisConsumer.cpp
tools/clang-cc/AnalysisConsumer.h
tools/clang-cc/clang-cc.cpp