Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn about unreachable code. | Daniel Kirchner | 2019-01-10 | 1 | -0/+3 |
* | make use of C++ `= default` constructor declarations as well as more non-stat... | Christian Parpart | 2018-12-19 | 1 | -1/+2 |
* | Refactoring of the ControlFlowGraph and use for detecting all uninitialized s... | Daniel Kirchner | 2018-12-12 | 1 | -49/+52 |
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -2/+2 |
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -1/+1 |
* | Removing redundant virtual from override function declaration | mordax | 2018-11-21 | 1 | -2/+2 |
* | Add control flow graph. | Daniel Kirchner | 2018-05-15 | 1 | -0/+148 |