Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -0/+1 |
* | Refactoring of the ControlFlowGraph and use for detecting all uninitialized s... | Daniel Kirchner | 2018-12-12 | 1 | -101/+83 |
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -0/+2 |
* | Ignore unimplemented functions for storage returns. | Daniel Kirchner | 2018-11-13 | 1 | -2/+5 |
* | Consider mappings return values in control flow analysis. | Daniel Kirchner | 2018-08-13 | 1 | -1/+4 |
* | Turn warning about uninitialized storage returns into an error. | Daniel Kirchner | 2018-08-03 | 1 | -5/+5 |
* | Add control flow analyzer and test for uninitialized storage returns. | Daniel Kirchner | 2018-05-15 | 1 | -0/+156 |