aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/DocStringParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sort includes in libsolidity/parsingLeonardo Alt2018-12-181-2/+18
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
| | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-2/+2
|
* docstring: add missing spaceLeo Arias2018-04-241-1/+1
|
* DocStringParser: Fix error message for empty parameter description.Daniel Kirchner2018-03-141-7/+3
|
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
|
* Refactor error reportingRhett Aultman2017-05-301-5/+4
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* Minor changes.chriseth2017-01-271-19/+17
|
* More verbose function namingLefteris Karapetsas2017-01-271-2/+2
|
* Doc tags followed by newline are now parsed properlyLefteris Karapetsas2017-01-271-1/+1
|
* Fix and better output for testsLefteris Karapetsas2017-01-251-0/+6
|
* Accept any kind of whitespace after natspec tagsLefteris Karapetsas2017-01-251-13/+47
|
* Store docstrings in AST annotations.chriseth2015-10-261-0/+141