solidity/libsolidity
a3d4 4ec4d23886 Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation().
It might be simpler to pass `SourceLocation` object instead of splitting it into `start` and `end`, and creating another SourceLocation object using the same `start` and `end` later.
2020-02-06 03:34:49 +01:00
..
analysis Adds documentation for Solidity source upgrader. 2020-02-05 16:52:54 +01:00
ast Adds documentation for Solidity source upgrader. 2020-02-05 16:52:54 +01:00
codegen Mapping getters for Yul IR. 2020-02-04 17:22:03 +01:00
formal Replace void cast by maybe_unused 2020-01-09 13:41:30 +01:00
interface Merge pull request #7918 from ethereum/compilerstack-fqdn 2020-01-15 18:00:58 +01:00
parsing Replaced ParserBase::position() and ParserBase::endPosition() with ParserBase::currentLocation(). 2020-02-06 03:34:49 +01:00
CMakeLists.txt Merge pull request #7153 from djudjuu/newImportAST 2020-01-14 17:56:53 +01:00