mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
OptimiserSuite: Define NonStepAbbreviations and use it for extra sanity checks
This commit is contained in:
@@ -47,6 +47,10 @@ class OptimiserSuite
|
||||
public:
|
||||
static constexpr size_t MaxRounds = 12;
|
||||
|
||||
/// Special characters that do not represent optimiser steps but are allowed in abbreviation sequences.
|
||||
/// Some of them (like whitespace) are ignored, others (like brackets) are a part of the syntax.
|
||||
static constexpr char NonStepAbbreviations[] = " \n[]";
|
||||
|
||||
enum class Debug
|
||||
{
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user