Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge.
llvm-svn: 136422
This commit is contained in:
@@ -68,7 +68,7 @@ static void AnalyzerOptsToArgs(const AnalyzerOptions &Opts,
|
||||
std::vector<std::string> &Res) {
|
||||
if (Opts.ShowCheckerHelp)
|
||||
Res.push_back("-analyzer-checker-help");
|
||||
if (Opts.AnalysisStoreOpt != BasicStoreModel) {
|
||||
if (Opts.AnalysisStoreOpt != RegionStoreModel) {
|
||||
Res.push_back("-analyzer-store");
|
||||
Res.push_back(getAnalysisStoreName(Opts.AnalysisStoreOpt));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user