mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Print AST ID.
This commit is contained in:
@@ -135,10 +135,9 @@ string dispenseLocationComment(langutil::SourceLocation const& _location, IRGene
|
||||
{
|
||||
solAssert(_location.sourceName, "");
|
||||
_context.markSourceUsed(*_location.sourceName);
|
||||
return AsmPrinter::formatSourceLocationComment(
|
||||
return "/// " + AsmPrinter::formatSourceLocation(
|
||||
_location,
|
||||
_context.sourceIndices(),
|
||||
true /* _statement */,
|
||||
_context.soliditySourceProvider()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user