Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -1/+2 |
| | |||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -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 Parpart | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Fix: natspec annotations on constructors | Alexander Arlt | 2018-08-09 | 1 | -6/+28 |
| | | | | - natspec annotations on constructore where ignored. | ||||
* | Ensure parameter names match between headers and implementation | Alex Beregszaszi | 2017-09-20 | 1 | -8/+8 |
| | |||||
* | Remove unused statements from the Natspec headers | Alex Beregszaszi | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | Remove parsing of why3 doc strings | Alex Beregszaszi | 2017-07-01 | 1 | -11/+1 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -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 headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Allow docstrings for statements. | chriseth | 2015-10-27 | 1 | -11/+22 |
| | |||||
* | Fix indent. | chriseth | 2015-10-27 | 1 | -3/+3 |
| | |||||
* | Store docstrings in AST annotations. | chriseth | 2015-10-26 | 1 | -0/+117 |