solidity/libsolidity
Christian Parpart ab0de38f16
Eliminate byte-typedef and use uint8_t in all their places instead.
This change is made to (easily) be forward compatible with future C++
standards, in order to allow compiling the code with newer standards at
some point in the future.

* Removed the `using byte = uint8_t;` line from Common.h
* Mechanically change all uses of `byte` to `uint8_t`.

Tested with GCC 7.3 in C++11/14/17 modes :-)
2018-11-07 12:17:57 +01:00
..
analysis Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
ast Fixes crash while encoding too large arrays. 2018-10-30 15:14:57 +01:00
codegen Merge pull request #5316 from lazaridiscom/4891-memory-store-asserts 2018-10-28 20:50:41 +01:00
formal Grouping of symbolic variables in the same file and support to FixedBytes 2018-10-25 09:30:48 +02:00
inlineasm Some well-formedness checks for the Yul AST. 2018-10-22 15:52:26 +02:00
interface Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
parsing Refactor solidity::Token into an enum class with TokenTraits helper namespace 2018-10-22 17:00:51 +02:00
CMakeLists.txt Renaming libjulia to libyul 2018-10-15 11:52:35 +02:00