Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn about unreachable code. | Daniel Kirchner | 2019-01-10 | 1 | -0/+3 |
| | |||||
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -1/+0 |
| | |||||
* | Refactoring of the ControlFlowGraph and use for detecting all uninitialized ↵ | Daniel Kirchner | 2018-12-12 | 1 | -6/+2 |
| | | | | storage accesses. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -2/+2 |
| | | | | | | | 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 declaration | mordax | 2018-11-21 | 1 | -1/+1 |
| | | | | | | Remove trailing whitespace Remove changelog change | ||||
* | Add control flow analyzer and test for uninitialized storage returns. | Daniel Kirchner | 2018-05-15 | 1 | -0/+52 |