solidity/libyul
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
..
backends/evm Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
optimiser Eliminate byte-typedef and use uint8_t in all their places instead. 2018-11-07 12:17:57 +01:00
ASTDataForward.h Renaming namespace dev::julia to dev::yul. 2018-10-15 11:58:51 +02:00
Exceptions.h Yul: Implements empty-var-decl-propagation 2018-10-26 13:13:57 +02:00