aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/analysis/ControlFlowGraph.h
Commit message (Expand)AuthorAgeFilesLines
* Warn about unreachable code.Daniel Kirchner2019-01-101-0/+3
* make use of C++ `= default` constructor declarations as well as more non-stat...Christian Parpart2018-12-191-1/+2
* Refactoring of the ControlFlowGraph and use for detecting all uninitialized s...Daniel Kirchner2018-12-121-49/+52
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-2/+2
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Removing redundant virtual from override function declarationmordax2018-11-211-2/+2
* Add control flow graph.Daniel Kirchner2018-05-151-0/+148