aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/DocStringAnalyser.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-4/+7
| | | | | | | 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
* Removing redundant virtual from override function declarationmordax2018-11-211-4/+4
| | | | | | Remove trailing whitespace Remove changelog change
* Fix: natspec annotations on constructorsAlexander Arlt2018-08-091-0/+11
| | | | - natspec annotations on constructore where ignored.
* Remove parsing of why3 doc stringsAlex Beregszaszi2017-07-011-2/+0
|
* Refactor error reportingRhett Aultman2017-05-301-2/+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>
* Allow docstrings for statements.chriseth2015-10-271-1/+8
|
* Store docstrings in AST annotations.chriseth2015-10-261-0/+64