Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort includes in libsolidity/analysis | Leonardo Alt | 2018-12-17 | 1 | -2/+1 |
| | |||||
* | Refactoring of the ControlFlowGraph and use for detecting all uninitialized ↵ | Daniel Kirchner | 2018-12-12 | 1 | -86/+2 |
| | | | | storage accesses. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -1/+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 | ||||
* | Add control flow graph. | Daniel Kirchner | 2018-05-15 | 1 | -0/+136 |