Introduce abicoder pragma.

This commit is contained in:
chriseth
2020-11-03 13:31:50 +01:00
parent 22b31054b6
commit 834da7be90
20 changed files with 108 additions and 42 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;
SetOnce<bool> useABICoderV2;
};
struct ScopableAnnotation