mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
libyul: Adds Comment as new AST node type, to be used for pretty printing (and preserving) comments in yul-format.
This commit is contained in:
@@ -116,6 +116,10 @@ public:
|
||||
boost::apply_visitor(*this, s);
|
||||
}
|
||||
|
||||
void operator()(yul::Comment const&)
|
||||
{
|
||||
}
|
||||
|
||||
private:
|
||||
void checkInstruction(SourceLocation _location, dev::eth::Instruction _instruction)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user