aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/DocStringAnalyser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix: natspec annotations on constructorsAlexander Arlt2018-08-091-6/+28
| | | | - natspec annotations on constructore where ignored.
* Ensure parameter names match between headers and implementationAlex Beregszaszi2017-09-201-8/+8
|
* Remove unused statements from the Natspec headersAlex Beregszaszi2017-08-251-1/+1
|
* Remove parsing of why3 doc stringsAlex Beregszaszi2017-07-011-11/+1
|
* Refactor error reportingRhett Aultman2017-05-301-4/+3
| | | | | | | | | 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-11/+22
|
* Fix indent.chriseth2015-10-271-3/+3
|
* Store docstrings in AST annotations.chriseth2015-10-261-0/+117