mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Report warning if contract uses abicoder v1, but IR is requested
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user