fcd icon indicating copy to clipboard operation
fcd copied to clipboard

Presentation of string literals in output pseudocode

Open surovic opened this issue 7 years ago • 1 comments

String literals are currently presented as initializer lists with ASCII values as characters instead of C string literals in output pseudocode. This should obviously not be the case long-term.

surovic avatar Apr 23 '18 11:04 surovic

Update: Progress being made in dev-clang-ast, with initial support in 5c5d45d.

surovic avatar Jun 10 '18 10:06 surovic