Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth
2020-12-09 15:24:49 +01:00
51 changed files with 481 additions and 340 deletions
+1
View File
@@ -94,6 +94,7 @@ struct SourceUnitAnnotation: ASTAnnotation
SetOnce<std::map<ASTString, std::vector<Declaration const*>>> exportedSymbols;
/// Experimental features.
std::set<ExperimentalFeature> experimentalFeatures;
/// Using the new ABI coder. Set to `false` if using ABI coder v1.
SetOnce<bool> useABICoderV2;
};