aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/DocStringParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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