You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The front-end asks the TypeSystem about the type of a variable, but the TypeSystem and SymbolFile can't tell the difference between an unsigned char var; and a uint8_t var; because the actual type-node referenced by the variable will always be the underlying raw unsigned char node.
MSVC currently doesn't output lf_alias either, but it would solve some issues for C/C++ and third-party languages. lf_alias appears to be the equivalent of DW_TAG_typedef, so it would result in better feature parity with dwarf debug info.