aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/DocStringParser.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor error reportingRhett Aultman2017-05-301-3/+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
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Store docstrings in AST annotations.chriseth2015-10-261-0/+70