IOBYTE cefb2131c7 Add support for simple c++ 11 type ailases like: using INT = int; (#1024)
* Add support for simple c++ 11 type ailases like: using INT = int;

Only types supported by ValueType are supported. Complex types like
function pointers are not supported. Template type aliases are not
supported.

* Fix crash when type in using type alias is simplified away.

This fixes a crash when size_t is replaced with unsigned long in: using
size_t = unsigned long; by the tokenizer.

This does not fix the problem where Tokenizer::simplifyPlatformTypes()
simplifies away size_t in other cases.  This is only a problem when the
new type is different from the platform type.
2018-01-10 22:16:18 +01:00
..
2017-06-05 13:23:00 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2018-01-08 20:20:33 +01:00
2017-07-29 18:56:22 +02:00
2017-05-27 04:33:47 +02:00
2017-07-29 18:56:22 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2018-01-08 20:20:33 +01:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00
2017-05-27 04:33:47 +02:00