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
Simplify symbol table parsing to work for both C and Rust
This commit has the effect of doubling the number of C symbols since
the list now includes fully-qualified symbols like function::1::x that
denotes local variable x in scope 1 of function. But this doesn't
change the html generated by viewer for C code.
Proposing this pull request in favor of
#42
0 commit comments