Do not warn about 0.5.0 experimental pragma.

This commit is contained in:
chriseth
2018-03-05 12:14:44 +01:00
parent 6dc137317f
commit 477571e190
3 changed files with 5 additions and 6 deletions
+1
View File
@@ -40,6 +40,7 @@ static const std::map<ExperimentalFeature, bool> ExperimentalFeatureOnlyAnalysis
{
{ ExperimentalFeature::SMTChecker, true },
{ ExperimentalFeature::TestOnlyAnalysis, true },
{ ExperimentalFeature::V050, true }
};
static const std::map<std::string, ExperimentalFeature> ExperimentalFeatureNames =